-
Notifications
You must be signed in to change notification settings - Fork 23
How to compile PJAC from source
Laurens Blanckenborg edited this page Apr 16, 2017
·
1 revision
To compile PJAC from source Java Development Kit (JDK) 8 or higher must be installed on your system.
-
Clone the project:
git clone https://github.com/porunov/acme_client.git
or download it: https://github.com/porunov/acme_client/archive/master.zip
-
Navigate to the project directory:
cd acme_client
or, when downloaded as ZIP:
cd acme_client-master
-
Build the project:
gradlew build
If building succeeds the executable file acme_client.jar
will be placed in /build/libs/
.