Skip to content

Commit

Permalink
removed hidden chars in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Feb 21, 2013
1 parent 7a6bcd0 commit 84a009c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Have the necessary tools in place. These are:
After you have cloned the repo, run:

```bat
C:\Program Files (x86)\Microsoft Visual Stu­dio 10.0\Common7\Tools>vsvars32.bat
Set­ting envi­ron­ment for using Microsoft Visual Stu­dio 2010 x86 tools.
C:\Program Files (x86)\Microsoft Visual Stu­dio 10.0\Common7\Tools>cd C:\RXTX\
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools>vsvars32.bat
Set­ting envi­ron­ment for using Microsoft Visual Studio 2010 x86 tools.
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools>cd C:\RXTX\
C:\RXTX> mkdir build
C:\RXTX> copy Makefile.msvc build\Makefile
C:\RXTX> cd build
C:\RXTX\build> set path=%PATH%;"C:\Program Files (x86)\Microsoft Visual Stu­dio 10.0\VC\bin"
C:\RXTX\build> set path=%PATH%;"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin"
```

Then edit Makefile and correct path variables, in particular: JAVA_HOME, JUNIT_JAR, JAVAC, JAR, JAVAH, JAVA. Finally run:
Expand Down Expand Up @@ -88,4 +88,4 @@ CFLAGS="-arch i386" LDFLAGS="-arch i386" sh ../configure
sed -e 's|/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../../../Headers|/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers|g' -i '' Makefile
sed -e 's|$(SHELL) glibtool|$(SHELL) glibtool --tag CC|g' -i '' Makefile
make
```
```

0 comments on commit 84a009c

Please sign in to comment.