This commit is contained in:
Scott Fennell
2021-08-05 11:57:54 -05:00
committed by GitHub
parent 49da752089
commit f6ce855683

View File

@ -318,11 +318,15 @@ cd prebuiltTrick && ./configure && make java
```
2. Copy the java jars to the environment that you need to build trick on. They are nested in the libexec directory as specified below. The directory should be at the top level of trick, called trick/trick-offline.
```
mkdir trick/trick-offline
cp prebuiltTrick/libexec/trick/java/build/*.jar trick/trick-offline
```
3. When you configure, use the flag --enable-offline.
```
./configure --enable-offline …<other flags>
```
4. Follow regular install instructions
4. Follow regular install instructions above.