An open API service indexing awesome lists of open source software.

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

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)
* [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp98.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp98) [The basic build](the_basic_build/README.md)
* [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14) [Add C++14](add_cpp14/README.md)
* [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost.svg?branch=master)](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

* [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5) [Add Qt5](add_qt5/README.md)
* [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5_sfml.svg?branch=master)](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

* [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_wt.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_wt) [Add Wt](add_wt/README.md)

## Obsolete chapters

* [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp11.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp11) [Basic build and C++11](add_cpp11/README.md)