logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install fogleman/Craft. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

fogleman/Craft Installation Guide

How to install fogleman/Craft. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for fogleman/Craft. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i fogleman/Craft
or

Install via npx

npx @hexmos/ipm i fogleman/Craft

Prerequisites

CMake

build_tool

Version: 3.10.5

GLEW

library

Version: 2.0.0

GLFW

library

Version: 3.3.1

curl

library

Version: 7.84.0

lodepng

library

Version: 1.5.2

sqlite3

system_package

Version: 3.40.0

tinycthread

library

Version: 1.2.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Source Code

git clone https://github.com/fogleman/Craft.git

cd Craft

cmake . -G "MinGW Makefiles"

mingw32-make

./craft

Download and Extract

cd Craft

CMake and MinGW Build

cmake . -G "MinGW Makefiles"

mingw32-make

CMake and MinGW Build (Windows)

cmake . -G "MinGW Makefiles"

mingw32-make

CMake and MinGW Build (macOS)

brew install cmake

cmake . -G "MinGW Makefiles"

mingw32-make

Post Installation Steps

  • Open the Craft game in your preferred environment.
  • Navigate to the main menu and select 'Multiplayer' to connect to a server or create a new one.
  • To start the server, run the command `./craft` from your terminal.