Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 2, 2015
1 parent 53abf68 commit 1104824
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
@@ -0,0 +1,24 @@
# OMNotebook
A Mathematica-style Notebook for OpenModelica.

## Dependencies

- [OpenModelica](https://openmodelica.org), compiled with CORBA support
- CORBA implementation (omniORB, or possibly MICO)

## Build instructions

Install the dependencies.

```bash
$ autoconf
# OPENMODELICAHOME is usually /usr, /opt, /opt/openmodelica, or /path/to/svn/OpenModelica/build
$ ./configure --prefix=/path/to/OPENMODELICAHOME CXX=clang++
$ make
$ make install
```

## Bug Reports

- Submit bugs through the [OpenModelica trac](https://trac.openmodelica.org/OpenModelica/newticket).
- [Pull requests](../../pulls) are weclome.

0 comments on commit 1104824

Please sign in to comment.