Skip to content

Commit 617a59d

Browse files
Updated README.md
1 parent fc081d5 commit 617a59d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You supply it with path to an Android NDK. Any NDK version can be used (or atlea
1010
Then simply run the android_ndk_cross_compile_build_automator.sh script and it will automatically build the toolchains for each arch source file and API level set and then call the build file for each project after exporting the relevant compiler, bintools, target arch, API level and some other variables. The build file can update any additional project specific flags like CFLAGS, CXXFLAGS, LDFLAGS or any other flags or parameters and can call the relevant configure, make and make install commands to build the project. After builds of all projects of all arch source files are complete, then post build scripts can be run to process the built files.
1111

1212

13-
## Usage:
13+
## Usage Guide:
1414

1515
- Install dependencies:
1616
The following instructions are for Ubuntu. Will differ on other platforms. This project requires bash.
@@ -101,12 +101,10 @@ Set the variable values according to your needs.
101101
- Depending on you make commands the install directory should contain the files built. This project refers to the install directory as `INSTALL_DIR`. If you are using the same DESTDIR for the make install command as in the template then installed files will be at `$INSTALL_DIR/$PROJECT/$ARCH_SRC` for each PROJECT and ARCH_SRC.
102102

103103

104-
Currently tested by building fusermount for android. You can check it out [here]().
105-
106-
Credits:
107-
[libiconv](https://github.com/palmerc/libiconv)
108-
[Daniel Pocock](https://danielpocock.com/building-existing-autotools-c-projects-on-android)
109-
[jorgenpt](https://gist.github.com/jorgenpt/1961404)
110-
104+
Currently tested by building fusermount for android on Ubuntu 16.04 with NDK r15c and r20. You can check it out [here](https://github.com/agnostic-apollo/fuse).
111105

106+
Credits:
107+
[libiconv](https://github.com/palmerc/libiconv)
108+
[Daniel Pocock](https://danielpocock.com/building-existing-autotools-c-projects-on-android)
109+
[jorgenpt](https://gist.github.com/jorgenpt/1961404)
112110

0 commit comments

Comments
 (0)