Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjust committed Aug 4, 2019
1 parent 15d4b23 commit 6590c12
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
# LARA MobSink Multiple Sinks Simulator

To build MobSink, import this project to Eclipse IDE for C/C++. You will need
wxGTK 3.0. On Ubuntu 16.04 LTS, just install it using apt-get:
MobSink is developed in a Debian 10 (buster) environment. You can build it in other systems, the only dependency is wxGTK 3.0.

To install the development files for wxGTK 3.0 in a Debian-based distribution run:

```
apt-get install libwxgtk3.0-gtk3-dev
```
apt-get install libwxgtk3.0-dev

After installing the development files for wxGTK 3.0, use GNU make to build:

```
make
make install
```

To build a debug executable, set BUILD environment variable before make:

```
BUILD=Debug make
BUILD=Debug make install
```

You can also import this project into Eclipse CDT and build from there.

## Building for Windows

A build target for Windows is available in Eclipse project. It depends on wxWidgets for MinGW-TDM.

## More info

To get more information about this project, visit [MobSink Page](http://just.pro.br/blog/mobsink).


0 comments on commit 6590c12

Please sign in to comment.