https://github.com/richelbilderbeek/mxe_tutorial
Tutorial about the MXE cross-compiling environment
https://github.com/richelbilderbeek/mxe_tutorial
cpp mxe mxe-tutorial qmake qtcreator tutorial
Last synced: 7 months ago
JSON representation
Tutorial about the MXE cross-compiling environment
- Host: GitHub
- URL: https://github.com/richelbilderbeek/mxe_tutorial
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2016-08-10T12:49:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T16:20:01.000Z (over 7 years ago)
- Last Synced: 2025-02-12T13:47:35.450Z (9 months ago)
- Topics: cpp, mxe, mxe-tutorial, qmake, qtcreator, tutorial
- Language: Shell
- Size: 1.69 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mxe_tutorial
Tutorial how to use MXE.
* [Introduction](introduction/README.md)
* [Setting up the basic build](setting_up_the_basic_build/README.md)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp98) [The basic build](the_basic_build/README.md)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14) [Add C++14](add_cpp14/README.md)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost) [Add Boost](add_boost/README.md)
Now pick either a 'desktop' or 'website' chapter
## Desktop chapters
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5) [Add Qt5](add_qt5/README.md)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5_sfml) [Add SFML (without success)](add_sfml/README.md)
* [Troubleshooting](troubleshooting/README.md)
## Website chapters
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_wt) [Add Wt](add_wt/README.md)
## Obsolete chapters
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp11) [Basic build and C++11](add_cpp11/README.md)