Building and Running Fuzzball on Windows

For documentation and general help, see the general README

Running

For a comprehensive guide to running a MUCK, check out MINK - The Muck Information Kiosk.

Quick-start

cd "path\to\fuzzball\folder"
restart -c
restart

Building

Tools needed:

Get source

cd ~          # Or any other desired directory
git clone     https://github.com/fuzzball-muck/fuzzball.git
cd fuzzball
cd ~/fuzzball  # Same path as above, plus the 'fuzzball' directory
git pull

Configure

Use the Windows command prompt instead of Git Bash

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
conan install -s arch=x86
set OPENSSLDIR=C:\path\to\fuzzball\bin
set OPENSSLDIR=C:\path\to\openssl

Build

nmake /f makefile.win