An open API service indexing awesome lists of open source software.

https://github.com/cbenoit/rdm_linux_quickstart


https://github.com/cbenoit/rdm_linux_quickstart

Last synced: about 2 months ago
JSON representation

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
```