Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting all packages #1

Merged
merged 7 commits into from
May 30, 2019
Merged

Conversation

IanButterworth
Copy link
Member

This is hitting the 50 min travis build limit

For ARM, following needs to be implemented:

We also support cross-compilation for ARM targets from linux platforms on x86 targets by using the g++ arm cross-compiler. This has been tested on Ubuntu linux 14.04 running on an x86 CPU. On other distributions, package names and names of cross compilation tools may differ. This is an experimental feature, and has undergone very limited testing.

$ sudo apt-get install mercurial cmake cmake-curses-gui build-essential gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
$ hg clone https://bitbucket.org/multicoreware/x265
$ cd x265/build/arm-linux
$ ./make-Makefiles.bash
$ make

https://bitbucket.org/multicoreware/x265/wiki/Home

@IanButterworth
Copy link
Member Author

Now works for all platforms

@IanButterworth IanButterworth merged commit 6ab976e into JuliaIO:master May 30, 2019
@IanButterworth IanButterworth deleted the release branch May 30, 2019 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant