This website requires JavaScript.
Explore
Help
Register
Sign In
Bensuperpc
/
dockcross
Watch
1
Star
0
Fork
0
You've already forked dockcross
mirror of
https://github.com/bensuperpc/dockcross.git
synced
2024-12-22 08:24:25 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
593d6a5c07
dockcross
/
.gitignore
7 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Makefile: Add test targets This commits add test targets for all images, this will facilitate local testing. In addition to the usual targets: make android-arm make browser-asmjs [...] the following targets are now available: make tests make android-arm.test make browser-asmjs.test [...] Note that the target "all" has been renamed into "images"
2016-07-16 08:45:23 +02:00
bin
Tidy up and consolidate both README.rst/README.md into one. Introduce linux-armv5.
2016-05-27 00:54:02 +02:00
dockcross
Makefile: Add test targets This commits add test targets for all images, this will facilitate local testing. In addition to the usual targets: make android-arm make browser-asmjs [...] the following targets are now available: make tests make android-arm.test make browser-asmjs.test [...] Note that the target "all" has been renamed into "images"
2016-07-16 08:45:23 +02:00
*/test/
base: Split into Dockerfile.in and common.docker So common.docker can be re-used in other images that are not built FROM base.
2016-09-20 06:35:37 +02:00
Dockerfile
common.docker: Improve OpenSSL and CMake install introducing helper scripts To accommodate the requirements associated with x86 and x64 images, the command building OpenSSL and CMake became overly complex and hard to maintain. This commit has multiple purposes: (1) simplify common.docker (2) fix the building of 64-bit shared libraries against the static openssl libraries by passing the -fPIC flag. (3) ensure [many]linux-x86 and [many]linux-x64 images have an up-to-date OpenSSL install. Openssl static libraries are installed in /usr (4) simplify and speedup CMake build avoiding the second build with explicit -DCMAKE_USE_OPENSSL:BOOL=ON. Indeed, configuring CMake on Linux already looks for OpenSSL. (5) speedup download of CMake source directly downloading the archive corresponding to the revision. (6) test CMake by: - running CMake.FileDownload test - trying to download a file served over https
2016-11-21 12:08:30 +01:00
*/install-openssl.sh
!imagefiles/install-openssl.sh
Reference in New Issue
Copy Permalink