summaryrefslogtreecommitdiff
path: root/platform/linux/README.md
Commit message (Collapse)AuthorAgeFilesLines
* [build] Downgrade GCC support from 5.0 to 4.9Bruno de Oliveira Abinader2017-07-191-3/+6
|
* Add cmake to linux READMEJohn Firebaugh2017-01-111-0/+6
|
* [glfw, qt] Added missing docs (#6428)Bruno de Oliveira Abinader2016-09-221-0/+4
|
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-291-3/+3
| | | | | | * [linux] Build with GCC 5 * [build] -fabi-version=0 is the default for GCC 5
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-4/+3
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* Rewrote documentationMinh Nguyễn2016-01-051-0/+54
Rewrote some copy to provide more context and link to more GL-related repos, including GL JS. Put the various SDKs in a table so we can show the various CI bot status images. Integrated target list into the relevant documents. Rewrote large portions of iOS and OS X setup documentation to guide normal developers to more friendly places. Combined some Android documentation. Moved SDK-specific documentation into platform/. Added a temporary readme in ios/ that points to the one in platform/ios/.