https://github.com/cbenoit/rdm_linux_quickstart
https://github.com/cbenoit/rdm_linux_quickstart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbenoit/rdm_linux_quickstart
- Owner: CBenoit
- Created: 2021-03-23T20:49:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T14:49:21.000Z (about 5 years ago)
- Last Synced: 2026-02-07T21:26:08.633Z (5 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDM Linux for SVN noobs
Make sure `msbuild`, `nuget` and `mono` are availables.
Clone this repository and update submodules.
```
$ git submodule init
$ git submodule update --depth=1 --remote
```
Use the `RDMOX-Shared.sh` script to fetch RDM library Shared among all platforms.
```
$ ./RDMOX-Shared.sh
```
Build using
```
$ ./build.sh
```