Mercurial
diff 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 |
line wrap: on
line diff
--- a/gara/README.md Wed Dec 03 20:51:50 2025 -0800 +++ b/gara/README.md Thu Dec 04 06:50:40 2025 -0800 @@ -5,3 +5,19 @@ Install link linux: https://go.dev/dl/go1.25.4.linux-amd64.tar.gz Where to install: /usr/local/go + +# C + +I re-wrote it in C because I want to reference it inside of android app lol. + +``` +# Running +~/zenbu/gara/android/tutorial$ bazel build :app + +# Path it will be installed in... +~/zenbu/bazel-bin/gara/android/tutorial + + +# How to start android app +emulator -avd wslpixel -gpu host -no-boot-anim & +```