Skip to content

Commit

Permalink
fix: on github the text was not formatted properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ferkulat committed May 5, 2019
1 parent 7d9eece commit 54abf5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILD_SPECIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ After that you will have following tool chains available:
- /usr/i686-w64-mingw32
- /usr/x86_64-w64-mingw32


```text
git checkout https://github.com/ferkulat/csv2xls.git
cd csv2xls
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/modules/Toolchain-mingw.cmake ..
cmake --build .
```

This builds with tool chain 'i686-w64-mingw32'. If you want to build with another tool chain, you need to change it in file 'Toolchain-mingw.cmake'

0 comments on commit 54abf5b

Please sign in to comment.