For documentation and general help, see the general README
x86
version, or just use this direct link to vc_redist.x86.exe
restart.exe
For a comprehensive guide to running a MUCK, check out MINK - The Muck Information Kiosk.
restart.ini
cd "path\to\fuzzball\folder"
restart -c
restart.ini
with your options, e.g. with notepad restart.ini
data\server.pem
, or later configure @tune ssl_cert_file
and @tune ssl_key_file
restart
Tools needed:
Git Bash
)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
Use the Windows command prompt instead of Git Bash
Program Files
instead of Program Files (x86)
if on a 32-bit machine"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
nmake /f makefile.win