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/Craftor
Install via npx
npx @hexmos/ipm i fogleman/CraftPrerequisites
CMake
build_toolVersion: 3.10.5
GLEW
libraryVersion: 2.0.0
GLFW
libraryVersion: 3.3.1
curl
libraryVersion: 7.84.0
lodepng
libraryVersion: 1.5.2
sqlite3
system_packageVersion: 3.40.0
tinycthread
libraryVersion: 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
./craftDownload and Extract
cd CraftCMake and MinGW Build
cmake . -G "MinGW Makefiles"
mingw32-makeCMake and MinGW Build (Windows)
cmake . -G "MinGW Makefiles"
mingw32-makeCMake and MinGW Build (macOS)
brew install cmake
cmake . -G "MinGW Makefiles"
mingw32-makePost 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.
