Commit Graph

65 Commits

Author SHA1 Message Date
Leonid Pliushch e8083e25ef update readme 2019-03-25 16:00:11 +02:00
Leonid Pliushch 16ed7ddc9a update readme 2019-03-24 19:03:57 +02:00
Leonid Pliushch d6f14d90e3 update readme 2019-03-20 02:29:05 +02:00
Leonid Pliushch 0c943efb47 readme: update instructions for Android 7 branch alpha test
`pkg upgrade` may not reinstall some packages so we need a different way to perform full reinstallation of Termux packages.
2019-03-13 18:21:39 +02:00
Leonid Pliushch a1557ba60f readme: fix formatting 2019-03-10 21:49:51 +02:00
Leonid Pliushch 8731140929 update readme 2019-03-10 21:22:49 +02:00
Leonid Pliushch d0d6a27f19 update readme 2019-03-10 21:18:09 +02:00
Leonid Pliushch e28d037166 update readme 2019-02-25 00:01:19 +02:00
Leonid Pliushch 2f654dc8fd update readme 2019-02-23 16:18:27 +02:00
Leonid Pliushch bc8fc622d8 improvements to README.md 2019-02-15 18:00:24 +02:00
Wetitpig 5d5cb09c36 Add Windows Instructions 2019-02-15 18:00:24 +02:00
Wetitpig 2ed399c93c Add mailing lists 2019-02-15 18:00:24 +02:00
Wetitpig 6818cc4a0e Separate Additional Resources 2019-02-15 18:00:24 +02:00
Wetitpig b7410e9d75 Add Issue and PR subsection 2019-02-15 18:00:24 +02:00
Wetitpig d902dd9ae4 Add directory structure 2019-02-15 18:00:24 +02:00
Wetitpig cc8d5ee263 Split README.md 2019-02-15 18:00:24 +02:00
Leonid Pliushch 729dc76530 reamde: use build status badge from Gitlab CI 2019-02-10 22:11:27 +02:00
Fredrik Fornwall a18defcc7c README: Bump ubuntu used from 18.04 to 18.10 2018-11-27 00:25:40 +01:00
Fredrik Fornwall 19709225bd Update README.md 2018-08-16 12:46:10 +02:00
Fredrik Fornwall d46d82a3fe Prevent trying to run on-device (fixes #1910) 2017-12-07 03:19:46 +01:00
Fredrik Fornwall ffc53c3978 Update the ubuntu build setup from 17.04 to 17.10
An updated image has been pushed to the docker hub, so update with

./scripts/update-docker.sh
2017-11-02 10:18:05 +01:00
Matthew Klein 6c23d7fdf0 Add travis badge to README 2017-08-08 10:21:49 +02:00
Fredrik Fornwall ff91813fdb Switch over to building with unified headers 2017-07-01 00:04:02 +02:00
Fredrik Fornwall e00dfc00e1 Make ubuntu 17.04 the reference build environment 2017-04-20 09:00:02 +02:00
Fredrik Fornwall 155c11a964 More information about the Android linker 2017-04-04 23:24:56 +02:00
Fredrik Fornwall fa0a18ce61 Update README.md 2017-03-19 01:10:05 +01:00
Fredrik Fornwall d7af85ec52 Update README.md 2017-03-19 01:09:49 +01:00
Fredrik Fornwall 6bde679f83 Update README.md 2017-03-19 01:09:35 +01:00
Fredrik Fornwall 5ddd26ca75 Remove outdated sections from the README 2017-03-19 00:33:40 +01:00
Fredrik Fornwall 7e8a3d2b1f Split out license section from README into LICENSE 2017-03-19 00:25:39 +01:00
Fredrik Fornwall 26e75e88ea Update README.md 2017-03-08 22:29:34 +01:00
Fredrik Fornwall 19715f260a Update README.md 2017-03-08 01:37:56 +01:00
Fredrik Fornwall 67d2d61527 Remove <sys/sem.h>
System V semaphores doesn't work for non-root, it's better to
point at unnamed POSIX semaphores in <semaphore.h>
2017-03-05 14:22:31 +01:00
Vishal Biswas 7106823dfe Fixes (#819)
* remove ndk_patches/sys-shm.h.patch
add a note about libandroid-shmem and posix semaphores

* libandroid-shmem: enable package

* separate function to replace autoconf guess scripts
2017-03-05 11:40:50 +01:00
Fredrik Fornwall 711f6358ec Update README.md 2017-03-04 22:24:46 +01:00
Wetitpig 2fe052c83d Update README.md (#700)
clean-rebuild-all.sh is already renamed to clean.sh
2017-01-27 17:03:14 +01:00
Vishal Biswas c4804ab87a ndk_patches: add patches for sem and shm (#691)
* ndk_patches: add patches for sem and shm

* add #ifdef around syscall stubs for shm.h and sem.h
2017-01-24 10:41:46 +01:00
Fredrik Fornwall 20730a0d24 README: Ubuntu 16.04 -> 16.10 2017-01-15 21:34:12 +01:00
Fredrik Fornwall 22dd00cbd3 Mention scripts/Vagrantfile in the README 2017-01-06 03:23:24 +01:00
Romain Beaumont 40dcead07c Fix linux from scratch link (#591) 2016-12-21 03:00:53 +01:00
Fredrik Fornwall 1a8d12c265 Tweak the README a bit 2016-11-24 20:43:26 -05:00
Fredrik Fornwall 6dd4515655 Update README.md 2016-10-07 19:31:27 +02:00
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.
2016-06-03 18:41:30 -04:00
Fredrik Fornwall 88183689ef Build and docker updates 2016-05-27 18:24:50 -04:00
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.
2016-05-24 18:38:29 -04:00
Fredrik Fornwall 29db5b3542 Update README section about dlfcn.h 2016-04-23 17:50:20 -04:00
Fredrik Fornwall c30d38226b Initial stab at NDK r11 support 2016-03-10 12:01:58 +01:00
Fredrik Fornwall 4edf999291 Update README.md 2016-01-13 01:30:41 +01:00
Fredrik Fornwall 006983b20d Update README.md 2016-01-13 01:29:13 +01:00
Fredrik Fornwall 5b9b57e367 Add gitter chat badge to README 2016-01-13 01:28:47 +01:00