Commit Graph

74 Commits

Author SHA1 Message Date
Leonid Pliushch
38207f9256 README: re-add CI status badge
Seems it is updating properly now.
2019-07-15 18:13:49 +03:00
Leonid Pliushch
ec6be91aef avoid long lines in README.md 2019-06-08 14:44:09 +03:00
Leonid Pliushch
e575b73cc2 update readme 2019-05-16 20:17:15 +03:00
Leonid Pliushch
d1e53afe8e update readme 2019-05-16 03:55:48 +03:00
Leonid Pliushch
a002eb97db readme: remove CI badge because it is not working properly
Shows green status even for failure. Issue seems related to caching because
accessing link directly (i.e. not through readme.md) shows correct image.
2019-05-06 22:13:24 +03:00
Leonid Pliushch
222bfdac21 update readme 2019-05-02 19:13:37 +03:00
Leonid Pliushch
6cfedb41a6 readme: fix badge github caching issue 2019-05-02 00:08:03 +03:00
Leonid Pliushch
ea5ebed988 readme: update CI status badge url 2019-05-01 23:45:46 +03:00
Leonid Pliushch
6f4a5f78c6 readme: android-7 is no longer in testing state 2019-04-13 01:42:10 +03:00
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