-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Nils Schimmelmann edited this page Oct 30, 2022
·
9 revisions
Welcome to the powwow wiki!
git clone https://github.com/MUME/powwow.git
cd powwow
sudo apt install -y build-essential autoconf ncurses-dev libpcre3-dev
./autogen.sh
sudo make install
brew install ncurses pcre automake pkg-config
./autogen.sh
sudo make install
If you want to link statically against pcre then type the below before running sudo make install
:
ln -sf /usr/local/opt/pcre/lib/libpcre.a /usr/local/opt/pcre/lib/libpcre_s.a
ln -sf /usr/local/opt/pcre/lib/libpcreposix.a /usr/local/opt/pcre/lib/libpcreposix_s.a
perl -pi -e 's#-lpcreposix#-L/usr/local/opt/pcre/lib/ -lpcre_s -L/usr/local/opt/pcre/lib/ -lpcreposix_s#' src/Makefile
- Install WSL: https://learn.microsoft.com/en-us/windows/wsl/install
- Use the above Linux instructions to compile powwow
- Install MMapper, run, and toggle: Preferences > General > Advanced > Proxy listens on any interface
- Restart MMapper
- Run the following to connect to MMapper in Windows:
powwow $(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null) 4242
Alternatively, you can also run the command from within powwow itself:
powwow
#exe !echo "#connect wsl $(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/nul
l) 4242O"