Repository for building and holding the core assets of UserLAnd
Go to file
corbinlc 5a192f0be5
Merge pull request #118 from CypherpunkArmory/shmem-support
make sure all libraries are rebuilt
2019-06-17 12:29:14 -07:00
.circleci Update config.yml 2018-07-24 14:37:45 -07:00
apps another touch up for idle, looks like some of my review comments were not helpful because the name of the program is different on debian vs my ubuntu 2019-04-15 14:48:26 -07:00
assets make sure all libraries are rebuilt 2019-06-17 12:27:45 -07:00
scripts make sure all libraries are rebuilt 2019-06-17 12:27:45 -07:00
.gitignore rebuild assets from scripts 2018-08-21 16:29:53 -07:00
LICENSE Initial commit 2018-07-19 09:55:15 -07:00
README.md Add release warning to README. 2019-05-31 11:50:27 -07:00

UserLAnd-Assets-Support

NOTE: Releases to this repo MUST be prereleases while majority of UserLAnd users are using v2.5.10 or below.

A repository for holding assets used by all distros/apps for UserLAnd

After cloning this repo, you simply do the following...

./scripts/buildArch.sh $desiredArch ./scripts/installArch.sh $desiredArch

where desiredArch can be arm, arm64, x86, x86_64, all all does not mean all of the previous. It just relates to the files under assets/all

Note: When proot is built, we pull and build from the code found here.