added Readme for cross compile tasks
This commit is contained in:
parent
d353a2485c
commit
9f99997c8b
14
README.md
14
README.md
@ -71,4 +71,16 @@ cd into downloaded files and Generate makefiles:
|
||||
|
||||
|
||||
### Windows cross build
|
||||
TODO!
|
||||
Set Winbuild flag in CMakeList.txt.
|
||||
|
||||
Dependencies:
|
||||
* MinGW Compiler
|
||||
* MinGW-libcurl
|
||||
* MinGW-libconfig++
|
||||
|
||||
Optional dependencies
|
||||
* NSIS Pack tool (for creating installer)
|
||||
* doxygen (for generating html doc)
|
||||
|
||||
Some addition configuration of lib paths may be needed in CMakeList.txt.
|
||||
`make package` will pack it into a NSIS installer for Windows.
|
||||
|
Loading…
Reference in New Issue
Block a user