Skip to content
Snippets Groups Projects
Commit 11d6ab96 authored by cyberta's avatar cyberta
Browse files

adapt bitmaskcore references in README

parent b507cdb0
Branches
No related tags found
1 merge request!1rename references to bitmaskcore to bitmask-core-andrdoid, adapt module name
...@@ -23,14 +23,14 @@ git submodule add git://<repository_url.git> <new_lib_directory> ...@@ -23,14 +23,14 @@ git submodule add git://<repository_url.git> <new_lib_directory>
go work use <new_lib_directory> go work use <new_lib_directory>
``` ```
3. Make sure the `bitmaskcore/golang` directory is empty. 3. Make sure the `bitmask-core-android/golang` directory is empty.
``` ```
# you should be in bitmaskcore # you should be in bitmask-core-android
sudo rm -rf ./golang/* sudo rm -rf ./golang/*
``` ```
4. And let go add any missing modules. 4. And let go add any missing modules.
``` ```
# you should be in bitmaskcore # you should be in bitmask-core-android
go mod tidy go mod tidy
``` ```
5. extend the `gomobile bind` statements with the new module in `./build_core.sh` and `./build_core_dev.sh` 5. extend the `gomobile bind` statements with the new module in `./build_core.sh` and `./build_core_dev.sh`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment