1.23
2.0
main
test-branch
| Line | |
|---|
| 1 | CIVL
|
|---|
| 2 |
|
|---|
| 3 | Installation for Mac OS X:
|
|---|
| 4 |
|
|---|
| 5 | bundle civl.jar and the three cvc3 libs into one directory CIVL
|
|---|
| 6 |
|
|---|
| 7 | bin/
|
|---|
| 8 | civl
|
|---|
| 9 | lib/
|
|---|
| 10 | cvc3.....dylib
|
|---|
| 11 | civl.jar
|
|---|
| 12 | doc/1
|
|---|
| 13 |
|
|---|
| 14 | 1. Download CIVL and put it in your /Applications folder
|
|---|
| 15 | 2. add /Applications/CIVL/bin to your PATH or
|
|---|
| 16 | move /Applications/CIVL/bin/civl somewhere in your path
|
|---|
| 17 |
|
|---|
| 18 | contents of CIVL:
|
|---|
| 19 |
|
|---|
| 20 | #!/bin/sh
|
|---|
| 21 | export DYLD_LIBRARY_PATH=/Applications/CIVL/lib
|
|---|
| 22 | java -jar /Applications/CIVL/civl.jar $@
|
|---|
| 23 | |
|---|
Note:
See
TracBrowser
for help on using the repository browser.