Fredrik Fornwall
b9b9b2067b
Update the Vagrantfile to ubuntu 16.10
This is completely untested.
8 years ago
Fredrik Fornwall
cdb97c0b10
Update to latest config.{guess,sub}
8 years ago
Fredrik Fornwall
154bc46225
lua: Add and replace luajit
luajit is rather complex and lacking upstream maintenance.
8 years ago
Fredrik Fornwall
07884eae94
Fix arm issue with clang-pie-wrapper
We need to wrap arm-linux-androideabi, not arm-linux-android.
Also, specify armv7a as clang cpu target and not just arm.
8 years ago
Fredrik Fornwall
b4a6e58893
golang: Use clang for native build
8 years ago
Vishal Biswas
bd3e679c7d
fix clang cmake build left broken for arches other than aarch64 by #2f0de58717 ( #677 )
8 years ago
Fredrik Fornwall
2f0de58717
Use clang by default through a script wrapper
The script wrapper ensures that position-independent executables
are built without having to modify any build system.
8 years ago
Fredrik Fornwall
60a26b9f4c
setup-ubuntu.sh: Remove cmake, add python3.6
8 years ago
Fredrik Fornwall
65512d6058
Dockerfile: Update from ubuntu 16.04 to 16.10
8 years ago
Fredrik Fornwall
ef98cf1c18
Add (currently unused) build-clang.sh script
8 years ago
Fredrik Fornwall
4e8d7d1e42
buildorder.py: Open files with encoding=utf-8
This makes us not depend on the current environment. Fixes #665 .
8 years ago
Fredrik Fornwall
e65ab762d3
buildorder.py: Better error message
8 years ago
Fredrik Fornwall
74b5c53c18
valac: Depend on clang, glib-dev, pkg-config
As mentioned in #644 .
8 years ago
casept
8a0da1ad11
Add vagrant ( #642 )
8 years ago
Fredrik Fornwall
539d9e6ab2
buildorder.py: Handle also ' in TERMUX_PKG_DEPENDS
8 years ago
Fredrik Fornwall
b59e03ab08
Remove stray char in comment
8 years ago
Fredrik Fornwall
5b7c3ff6d3
Minor comment cleanups of Dockerfile
8 years ago
Fredrik Fornwall
711e9e5b06
Update to using NDK r13
8 years ago
Fredrik Fornwall
5722e8a67d
Remove setup-fedora.sh and setup-mac.sh
The best way to lessen the pain of building packages is probably
to use a version of Ubuntu (currently 16.04) as the only supported
build environment. For users of other Linux distributions and
platforms Docker is the best solution.
8 years ago
Fredrik Fornwall
50166cb172
Update to android-24 in setup-android-sdk.sh
8 years ago
Fredrik Fornwall
0dc712fa46
Add 'ant' as required ubuntu package for building
8 years ago
Fredrik Fornwall
6376c14274
Add nasm and yasm to setup-ubuntu.sh
8 years ago
Fredrik Fornwall
c949d94f4b
setup-ubuntu.sh: Install intltool for qalc build
8 years ago
Fredrik Fornwall
39d7cdd7f1
mpv: Use rst2man package instead of pip install
8 years ago
Fredrik Fornwall
bb97a729ca
Use offline copies of config.{guess,sub}
Previously the latest version was downloaded from the git web
interface at git.savannah.gnu.org.
8 years ago
Fredrik Fornwall
1858fd1b1d
buildorder.py: Always depend on libandroid-support
8 years ago
Fredrik Fornwall
97f23095eb
Fix NDK version in setup-android-sdk.sh
9 years ago
Fredrik Fornwall
382cfb780c
Update SDK build tools to 24.0.1
9 years ago
Fredrik Fornwall
82620efb1c
Update NDK from r12 to r12b
9 years ago
Fredrik Fornwall
39c1918069
Update setup-mac.sh
9 years ago
Fredrik Fornwall
ed021630df
Fixes for building on a mac
9 years ago
Fredrik Fornwall
7073199b83
setup-android-sdk.sh: Fix mac sdk download
9 years ago
Fredrik Fornwall
37c88ee367
setup-android-sdk.sh: Fix mac ndk download
9 years ago
Fredrik Fornwall
202ed9d3b3
Update to use NDK r12
9 years ago
Fredrik Fornwall
a005794323
Tweak build script and docker setup
- Output deb files to debs/ folder by default.
- Use $HOME/.termux-build for build folder by default (changed
from previous $HOME/termux).
- Make scripts/run-docker.sh re-use a single container instead of
creating new ones for each run.
- Avoid mounting the whole Termux build folder in docker. This
fixes #294 , mmap not supported host folders under OS X.
- Add a scripts/update-docker.sh utility for checking for an
updated docker image..
- Make build-package.sh support the [-a ARCH] flag to specify arch.
- Make aarch64 the default arch (from previous arm).
- Try to improve the README a bit.
9 years ago
David Martinez
59ea446228
Added Fedora setup script
9 years ago
Fredrik Fornwall
af8dfb4559
buildorder.py: Show package if lacking build.sh
9 years ago
Fredrik Fornwall
01e91d6146
neovim: Use bundled lua
9 years ago
Fredrik Fornwall
88183689ef
Build and docker updates
9 years ago
Fredrik Fornwall
015c1a73bd
Fix neovim build deps
9 years ago
Fredrik Fornwall
3c323c69ae
Docker and build updates
- Update to build on ubuntu 16.04.
- Docker: Set FORCE_UNSAFE_CONFIGURE=1. Fixes #275 .
- Docker: Various fixes.
- Neovim: No longer require lua.
- Some minor package updates.
9 years ago
Fredrik Fornwall
4a9eb8522e
Add start of regression testing of packages
Current plan is to have a tests/ folder in packages, where each
file in this folder is a shell script which indicates a test
failure by a non-zero exit value.
9 years ago
Fredrik Fornwall
00875c034b
buildorder.py: Handle version qualifiers
9 years ago
Fredrik Fornwall
658bba67c0
Introduce a scripts/ folder
9 years ago