Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fzenke/auryn
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedemann Zenke committed Dec 3, 2015
2 parents 7ba2397 + 9d17aec commit 5459960
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 5459960

Please sign in to comment.