-
-
Notifications
You must be signed in to change notification settings - Fork 343
Build and run
dgallegos edited this page May 28, 2019
·
5 revisions
- OpenJDK 11. PDFsam is written using the Java language version 11, you will need a OpenJDK 11 installed on your machine.
- Maven. Dependencies and project build is managed using Maven.
- Gnu gettext. Internationalization resources are built using gettext. Windows installers can be found at http://mlocati.github.io/gettext-iconv-windows/
- clone the PDFsam repository
- Checkout the tag you want to build. Ex.
git checkout v4.0.0
- run one of the following commands from the project root:
Build and install the jars in the local repository executing all the unit test:
mvn clean install -Drelease
Build and install the jars in the local repository skipping tests:
mvn clean install -DskipTests -Drelease
Once you built the artifacts you can find the zip bundle in the target
directory of the pdfsam-basic
module, unzip it somewhere and run it using the provided script in the bin
subdirectory.