Skip to content

Commit

Permalink
Create crosscompile_w32.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoralves committed May 31, 2016
1 parent 5ae59dd commit 27eca18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions matiec_src/bin_win32/crosscompile_w32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
How to cross compile for Win32
(you must have mingw installed)

1) autoreconf -i
2) ./configure
3) make CXX=i686-w64-mingw32-g++

0 comments on commit 27eca18

Please sign in to comment.