Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adds Quick start instructions
  • Loading branch information
Friedemann Zenke committed Aug 27, 2015
1 parent 49dde12 commit 9d17aec
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,23 @@ to simulate recurrent spiking neural networks with spike timing dependent
plasticity (STDP). It comes with the GPLv3 (please see COPYING).


Quick start
-----------

To download and compile the examples try:

```
sudo apt-get install cmake git build-essential libboost-all-dev
git clone https://github.com/fzenke/auryn.git && cd auryn
git checkout -b develop origin/develop
mkdir build && cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release && make
```

Documentation & Installation/Use
--------------------------------

Please visit http://www.fzenke.net/auryn/

Please visit the wiki at http://www.fzenke.net/auryn/


Requirements
Expand Down

0 comments on commit 9d17aec

Please sign in to comment.