Skip to content

How to compile PJAC from source

Laurens Blanckenborg edited this page Apr 16, 2017 · 1 revision

Prerequisites

To compile PJAC from source Java Development Kit (JDK) 8 or higher must be installed on your system.

Compile

  1. Clone the project:

    git clone https://github.com/porunov/acme_client.git
    

    or download it: https://github.com/porunov/acme_client/archive/master.zip

  2. Navigate to the project directory:

    cd acme_client
    

    or, when downloaded as ZIP:

    cd acme_client-master
    
  3. Build the project:

    gradlew build
    

If building succeeds the executable file acme_client.jar will be placed in /build/libs/.