-
Notifications
You must be signed in to change notification settings - Fork 45
How to build mod_harbour from Windows 10 bash
FiveTech Software edited this page May 26, 2019
·
2 revisions
-
sudo apt-get update
-
sudo apt install apache2-dev
-
mkdir ~/temp
-
cd ~/temp
-
apxs -g -n harbour
-
cd ~
-
cp ~/mod_harbour/linux/mod_harbour.c ~/temp/harbour
-
cd ~/temp
-
make all