mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 09:31:49 +00:00
This commit is contained in:
parent
49da752089
commit
f6ce855683
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user