Skip to content

How to build mod_harbour from Windows 10 bash

FiveTech Software edited this page May 26, 2019 · 2 revisions
  1. sudo apt-get update

  2. sudo apt install apache2-dev

  3. mkdir ~/temp

  4. cd ~/temp

  5. apxs -g -n harbour

  6. cd ~

  7. git clone https://github.com/fivetechsoft/mod_harbour

  8. cp ~/mod_harbour/linux/mod_harbour.c ~/temp/harbour

  9. cd ~/temp

  10. make all

Clone this wiki locally