source: CIVL/README@ cffd3a6

1.23 2.0 main test-branch
Last change on this file since cffd3a6 was 3866f48, checked in by Stephen Siegel <siegel@…>, 13 years ago

Adding packaging support for OS X.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@77 fb995dde-84ed-4084-dfe6-e5aef3e2452c

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