Skip to content

Commit

Permalink
Fixed some environment variable problems with dylibs
Browse files Browse the repository at this point in the history
  • Loading branch information
mazbox committed Apr 3, 2013
1 parent 6a7a116 commit d6945be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ SETUP
- git clone https://github.com/mazbox/livecode-cplusplus.git
2. cd into the folder
4. type "make" to build everything
5. type ". ./setenv.sh" (note it's dot space dot slash setenv.sh)
5. type "./livecode" to start the program - the first time it starts up takes a moment.
6. edit the file livecode.cpp - the app will update every time you save

Expand Down
1 change: 1 addition & 0 deletions setenv.sh
@@ -0,0 +1 @@
export DYLD_FRAMEWORK_PATH=../libs/glut/lib/osx:../libs/fmodex/lib/osx

0 comments on commit d6945be

Please sign in to comment.