Browse Source

Update README.md

Fixed formatting
Fredrik Hultin 12 years ago
parent
commit
16d6de1b0b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -39,9 +39,9 @@ After this you have to unplug your Rift and plug it back in. You should now be a
 
 
 
 
 ### Cross compiling for windows using mingw
 ### Cross compiling for windows using mingw
-export PREFIX=/usr/i686-w64-mingw32/ (or whatever your mingw path is)
-PKG_CONFIG_LIBDIR=$PREFIX/lib/pkgconfig ./configure --build=`gcc -dumpmachine` --host=i686-w64-mingw32 --prefix=$PREFIX
-make
+    export PREFIX=/usr/i686-w64-mingw32/ (or whatever your mingw path is)
+    PKG_CONFIG_LIBDIR=$PREFIX/lib/pkgconfig ./configure --build=`gcc -dumpmachine` --host=i686-w64-mingw32 --prefix=$PREFIX
+    make
 the library will end up in the .lib directory, you can use microsoft's lib.exe to make a .lib file for it
 the library will end up in the .lib directory, you can use microsoft's lib.exe to make a .lib file for it
 
 
 ### Static linking on windows
 ### Static linking on windows