Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesphere committed Dec 13, 2011
1 parent f01e9ff commit 307439d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -4,16 +4,16 @@ This is a slight modification of a few files to allow Io to build on Cygwin. Th

To make on cygwin:

git clone https://github.com/gatesphere/io.git
cd io
mkdir build
cd build
cmake ..
make
make install
cd ..
./fixlibs.sh
export PATH=/usr/local/lib/:$PATH
git clone https://github.com/gatesphere/io.git
cd io
mkdir build
cd build
cmake ..
make
make install
cd ..
./fixlibs.sh
export PATH=/usr/local/lib/:$PATH

And you *should* be good to go. No guarantees though.
-->Jake
Expand Down

0 comments on commit 307439d

Please sign in to comment.