Mercurial
comparison gara/README.md @ 46:b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 04 Dec 2025 06:50:40 -0800 |
| parents | c2706ffb442b |
| children |
comparison
equal
deleted
inserted
replaced
| 45:ac8626c7859c | 46:b9a40c633c93 |
|---|---|
| 3 Main page: https://go.dev/ | 3 Main page: https://go.dev/ |
| 4 | 4 |
| 5 Install link linux: https://go.dev/dl/go1.25.4.linux-amd64.tar.gz | 5 Install link linux: https://go.dev/dl/go1.25.4.linux-amd64.tar.gz |
| 6 | 6 |
| 7 Where to install: /usr/local/go | 7 Where to install: /usr/local/go |
| 8 | |
| 9 # C | |
| 10 | |
| 11 I re-wrote it in C because I want to reference it inside of android app lol. | |
| 12 | |
| 13 ``` | |
| 14 # Running | |
| 15 ~/zenbu/gara/android/tutorial$ bazel build :app | |
| 16 | |
| 17 # Path it will be installed in... | |
| 18 ~/zenbu/bazel-bin/gara/android/tutorial | |
| 19 | |
| 20 | |
| 21 # How to start android app | |
| 22 emulator -avd wslpixel -gpu host -no-boot-anim & | |
| 23 ``` |