diff --git a/categories/2016_07/index.xml b/categories/2016_07/index.xml index 46ab7a6..596cde7 100644 --- a/categories/2016_07/index.xml +++ b/categories/2016_07/index.xml @@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me <h2 id="todo-list">TODO List</h2> -<p>-[ ] Test API --[ ] Finish Walk Algorithm --[ ] Finish other movement, etc. catch, hatch --[ ] Smart Walking route --[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) --[ ] Become a Pokemon Master</p> +<p>-[X] Test API +-[ ] Finish Walk Algorithm +-[ ] Finish other movement, etc. catch, hatch +-[ ] Smart Walking route +-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) +-[ ] Become a Pokemon Master</p> @@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool <h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3> -<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK. - $ ${NDK}/build/tools/make-standalone-toolchain.sh <br /> - &ndash;toolchain=arm-linux-androideabi-4.9 <br /> - &ndash;stl=gnustl <br /> - &ndash;arch=arm <br /> - &ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br /> - &ndash;package-dir=/home/moslab/Android <br /> - &ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br /> - &ndash;platform=android-22</p> +<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p> + +<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \ + --toolchain=arm-linux-androideabi-4.9 \ + --stl=gnustl \ + --arch=arm \ + --ndk-dir=/home/moslab/Android/android-ndk-r12b \ + --package-dir=/home/moslab/Android \ + --install-dir=/home/moslab/Android/android-ndk-toolchain \ + --platform=android-22 +</code></pre> <h3 id="original-system-environment-configuration">Original System Environment Configuration</h3> -<p>[TODO]-&gt; I will fix this part later. - /# Android NDK sources and standalone toolchain is put here - export DEV=~/Android/</p> +<p>[TODO]-&gt; I will fix this part later.</p> -<pre><code>/# All the built binaries, libs and their header will be installed here +<pre><code>/# Android NDK sources and standalone toolchain is put here +export DEV=~/Android/ + +/# All the built binaries, libs and their header will be installed here export PREFIX=/opt/android /# Don't mix up .pc files from your host and build target diff --git a/index.xml b/index.xml index 33192b3..580327f 100644 --- a/index.xml +++ b/index.xml @@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me <h2 id="todo-list">TODO List</h2> -<p>-[ ] Test API --[ ] Finish Walk Algorithm --[ ] Finish other movement, etc. catch, hatch --[ ] Smart Walking route --[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) --[ ] Become a Pokemon Master</p> +<p>-[X] Test API +-[ ] Finish Walk Algorithm +-[ ] Finish other movement, etc. catch, hatch +-[ ] Smart Walking route +-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) +-[ ] Become a Pokemon Master</p> @@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool <h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3> -<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK. - $ ${NDK}/build/tools/make-standalone-toolchain.sh <br /> - &ndash;toolchain=arm-linux-androideabi-4.9 <br /> - &ndash;stl=gnustl <br /> - &ndash;arch=arm <br /> - &ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br /> - &ndash;package-dir=/home/moslab/Android <br /> - &ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br /> - &ndash;platform=android-22</p> +<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p> + +<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \ + --toolchain=arm-linux-androideabi-4.9 \ + --stl=gnustl \ + --arch=arm \ + --ndk-dir=/home/moslab/Android/android-ndk-r12b \ + --package-dir=/home/moslab/Android \ + --install-dir=/home/moslab/Android/android-ndk-toolchain \ + --platform=android-22 +</code></pre> <h3 id="original-system-environment-configuration">Original System Environment Configuration</h3> -<p>[TODO]-&gt; I will fix this part later. - /# Android NDK sources and standalone toolchain is put here - export DEV=~/Android/</p> +<p>[TODO]-&gt; I will fix this part later.</p> -<pre><code>/# All the built binaries, libs and their header will be installed here +<pre><code>/# Android NDK sources and standalone toolchain is put here +export DEV=~/Android/ + +/# All the built binaries, libs and their header will be installed here export PREFIX=/opt/android /# Don't mix up .pc files from your host and build target diff --git a/post/Cross-Compile-Seafile-2-ARM/index.html b/post/Cross-Compile-Seafile-2-ARM/index.html index 8f3b2ed..fde0acd 100644 --- a/post/Cross-Compile-Seafile-2-ARM/index.html +++ b/post/Cross-Compile-Seafile-2-ARM/index.html @@ -108,23 +108,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool -

In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK. - $ ${NDK}/build/tools/make-standalone-toolchain.sh
- –toolchain=arm-linux-androideabi-4.9
- –stl=gnustl
- –arch=arm
- –ndk-dir=/home/moslab/Android/android-ndk-r12b
- –package-dir=/home/moslab/Android
- –install-dir=/home/moslab/Android/android-ndk-toolchain
- –platform=android-22

+

In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.

+ +
$ ${NDK}/build/tools/make-standalone-toolchain.sh \
+    --toolchain=arm-linux-androideabi-4.9 \
+    --stl=gnustl \
+    --arch=arm \
+    --ndk-dir=/home/moslab/Android/android-ndk-r12b \
+    --package-dir=/home/moslab/Android \
+    --install-dir=/home/moslab/Android/android-ndk-toolchain \
+    --platform=android-22
+

Original System Environment Configuration

-

[TODO]-> I will fix this part later. - /# Android NDK sources and standalone toolchain is put here - export DEV=~/Android/

+

[TODO]-> I will fix this part later.

-
/# All the built binaries, libs and their header will be installed here
+
/# Android NDK sources and standalone toolchain is put here
+export DEV=~/Android/
+
+/# All the built binaries, libs and their header will be installed here
 export PREFIX=/opt/android
 
 /# Don't mix up .pc files from your host and build target
diff --git a/post/Pokemon-Go-Hack/index.html b/post/Pokemon-Go-Hack/index.html
index 95056ca..b680cc2 100644
--- a/post/Pokemon-Go-Hack/index.html
+++ b/post/Pokemon-Go-Hack/index.html
@@ -100,12 +100,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me
 
 

TODO List

-

-[ ] Test API --[ ] Finish Walk Algorithm --[ ] Finish other movement, etc. catch, hatch --[ ] Smart Walking route --[ ] Pokemon Predict (Thanks to Pokevision’s idea) --[ ] Become a Pokemon Master

+

-[X] Test API +-[ ] Finish Walk Algorithm +-[ ] Finish other movement, etc. catch, hatch +-[ ] Smart Walking route +-[ ] Pokemon Predict (Thanks to Pokevision’s idea) +-[ ] Become a Pokemon Master

diff --git a/post/index.xml b/post/index.xml index f004d78..0a18645 100644 --- a/post/index.xml +++ b/post/index.xml @@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me <h2 id="todo-list">TODO List</h2> -<p>-[ ] Test API --[ ] Finish Walk Algorithm --[ ] Finish other movement, etc. catch, hatch --[ ] Smart Walking route --[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) --[ ] Become a Pokemon Master</p> +<p>-[X] Test API +-[ ] Finish Walk Algorithm +-[ ] Finish other movement, etc. catch, hatch +-[ ] Smart Walking route +-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) +-[ ] Become a Pokemon Master</p> @@ -62,23 +62,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool <h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3> -<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK. - $ ${NDK}/build/tools/make-standalone-toolchain.sh <br /> - &ndash;toolchain=arm-linux-androideabi-4.9 <br /> - &ndash;stl=gnustl <br /> - &ndash;arch=arm <br /> - &ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br /> - &ndash;package-dir=/home/moslab/Android <br /> - &ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br /> - &ndash;platform=android-22</p> +<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p> + +<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \ + --toolchain=arm-linux-androideabi-4.9 \ + --stl=gnustl \ + --arch=arm \ + --ndk-dir=/home/moslab/Android/android-ndk-r12b \ + --package-dir=/home/moslab/Android \ + --install-dir=/home/moslab/Android/android-ndk-toolchain \ + --platform=android-22 +</code></pre> <h3 id="original-system-environment-configuration">Original System Environment Configuration</h3> -<p>[TODO]-&gt; I will fix this part later. - /# Android NDK sources and standalone toolchain is put here - export DEV=~/Android/</p> +<p>[TODO]-&gt; I will fix this part later.</p> -<pre><code>/# All the built binaries, libs and their header will be installed here +<pre><code>/# Android NDK sources and standalone toolchain is put here +export DEV=~/Android/ + +/# All the built binaries, libs and their header will be installed here export PREFIX=/opt/android /# Don't mix up .pc files from your host and build target diff --git a/tags/android/index.xml b/tags/android/index.xml index af11928..a2eeeef 100644 --- a/tags/android/index.xml +++ b/tags/android/index.xml @@ -35,23 +35,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool <h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3> -<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK. - $ ${NDK}/build/tools/make-standalone-toolchain.sh <br /> - &ndash;toolchain=arm-linux-androideabi-4.9 <br /> - &ndash;stl=gnustl <br /> - &ndash;arch=arm <br /> - &ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br /> - &ndash;package-dir=/home/moslab/Android <br /> - &ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br /> - &ndash;platform=android-22</p> +<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p> + +<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \ + --toolchain=arm-linux-androideabi-4.9 \ + --stl=gnustl \ + --arch=arm \ + --ndk-dir=/home/moslab/Android/android-ndk-r12b \ + --package-dir=/home/moslab/Android \ + --install-dir=/home/moslab/Android/android-ndk-toolchain \ + --platform=android-22 +</code></pre> <h3 id="original-system-environment-configuration">Original System Environment Configuration</h3> -<p>[TODO]-&gt; I will fix this part later. - /# Android NDK sources and standalone toolchain is put here - export DEV=~/Android/</p> +<p>[TODO]-&gt; I will fix this part later.</p> -<pre><code>/# All the built binaries, libs and their header will be installed here +<pre><code>/# Android NDK sources and standalone toolchain is put here +export DEV=~/Android/ + +/# All the built binaries, libs and their header will be installed here export PREFIX=/opt/android /# Don't mix up .pc files from your host and build target diff --git a/tags/arm/index.xml b/tags/arm/index.xml index 1c23145..82bcfc7 100644 --- a/tags/arm/index.xml +++ b/tags/arm/index.xml @@ -35,23 +35,26 @@ $ sudo apt-get install pkg-config automake autoconf libtool <h3 id="link-with-standalone-tool-chains">Link with standalone tool-chains</h3> -<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK. - $ ${NDK}/build/tools/make-standalone-toolchain.sh <br /> - &ndash;toolchain=arm-linux-androideabi-4.9 <br /> - &ndash;stl=gnustl <br /> - &ndash;arch=arm <br /> - &ndash;ndk-dir=/home/moslab/Android/android-ndk-r12b <br /> - &ndash;package-dir=/home/moslab/Android <br /> - &ndash;install-dir=/home/moslab/Android/android-ndk-toolchain <br /> - &ndash;platform=android-22</p> +<p>In order to build standalone tool-chains, we need first to export following system environment. After doing that, we can use following command to build a standalone tool-chains from downloaded NDK.</p> + +<pre><code>$ ${NDK}/build/tools/make-standalone-toolchain.sh \ + --toolchain=arm-linux-androideabi-4.9 \ + --stl=gnustl \ + --arch=arm \ + --ndk-dir=/home/moslab/Android/android-ndk-r12b \ + --package-dir=/home/moslab/Android \ + --install-dir=/home/moslab/Android/android-ndk-toolchain \ + --platform=android-22 +</code></pre> <h3 id="original-system-environment-configuration">Original System Environment Configuration</h3> -<p>[TODO]-&gt; I will fix this part later. - /# Android NDK sources and standalone toolchain is put here - export DEV=~/Android/</p> +<p>[TODO]-&gt; I will fix this part later.</p> -<pre><code>/# All the built binaries, libs and their header will be installed here +<pre><code>/# Android NDK sources and standalone toolchain is put here +export DEV=~/Android/ + +/# All the built binaries, libs and their header will be installed here export PREFIX=/opt/android /# Don't mix up .pc files from your host and build target diff --git a/tags/github/index.xml b/tags/github/index.xml index 8a53f88..a57cb36 100644 --- a/tags/github/index.xml +++ b/tags/github/index.xml @@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me <h2 id="todo-list">TODO List</h2> -<p>-[ ] Test API --[ ] Finish Walk Algorithm --[ ] Finish other movement, etc. catch, hatch --[ ] Smart Walking route --[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) --[ ] Become a Pokemon Master</p> +<p>-[X] Test API +-[ ] Finish Walk Algorithm +-[ ] Finish other movement, etc. catch, hatch +-[ ] Smart Walking route +-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) +-[ ] Become a Pokemon Master</p> diff --git a/tags/hack/index.xml b/tags/hack/index.xml index 16717cc..43021ec 100644 --- a/tags/hack/index.xml +++ b/tags/hack/index.xml @@ -27,12 +27,12 @@ Anyway, after coming back, I think I write too much on useless words, so let me <h2 id="todo-list">TODO List</h2> -<p>-[ ] Test API --[ ] Finish Walk Algorithm --[ ] Finish other movement, etc. catch, hatch --[ ] Smart Walking route --[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) --[ ] Become a Pokemon Master</p> +<p>-[X] Test API +-[ ] Finish Walk Algorithm +-[ ] Finish other movement, etc. catch, hatch +-[ ] Smart Walking route +-[ ] Pokemon Predict (Thanks to Pokevision&rsquo;s idea) +-[ ] Become a Pokemon Master</p>