Support #807
Install Junixsocket on FreeBSD
Description
This is a guide on how I setup Junixsocket on FreeBSD 10.
Prepare the Environment¶
- Make sure the system is up to date:
sudo pkg update && sudo pkg upgrade
- Install a few dependencies
sudo pkg install apache-ant gcc git maven3 openjdk8
Install Junixsocket¶
- Create a directory for the source code:
mkdir ~/git && cd ~/git
- Clone the latest junixsocket source from GitHub:
git clone https://github.com/kohlschutter/junixsocket.git cd junixsocket
- Compile and install the junixsocket packages:
cd junixsocket-native mvn install cd ../junixsocket-native-common mvn install cd .. mvn install