Project

General

Profile

Support #807

Install Junixsocket on FreeBSD

Added by Daniel Curtis almost 8 years ago. Updated over 7 years ago.

Status:
Suspended
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
05/10/2016
Due date:
% Done:

20%

Estimated time:
1.00 h
Spent time:

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
    

Resources

#1

Updated by Daniel Curtis almost 8 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • % Done changed from 0 to 20
#2

Updated by Daniel Curtis over 7 years ago

  • Status changed from In Progress to Suspended

Also available in: Atom PDF