...
Code Block |
---|
cd $HOME |
Now clone the batm_public
and enter the OSW subdirectory repository:
Code Block |
---|
git clone https://github.com/GENERALBYTESCOM/batm_public |
Warning |
---|
If you’ve previously cloned the repository (e.g. for the SSH wallet tunnel), the server_extensions_examples directory (and contents) may not exist. Fix that to continue. You’ll have to either:
git reset --hard && git clean -f -d and the new contents will be cloned
|
...
2. Compile the CAS extension (JAR).
...