Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update adding-new-code-to-nest.md
  • Loading branch information
saq10002 committed Jan 23, 2015
1 parent 4f7c0de commit 381f14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adding-new-code-to-nest.md
@@ -1,6 +1,6 @@
Adding New Code to NEST
=======================
This document assumes that the reader already knows [how to build NEST from source(tips-on-nest.md)].
This document assumes that the reader already knows [how to build NEST from source](tips-on-nest.md).

* If you want to add a new library inside NEST, createa a new directory inside ```nest/nest-2.6.0```. In my case, I created the directory ```nest/nest-2.6.0/nestgpu``` and wanted my new code to be inside the new library ```libnestgpu```. Inside this directory, you add your new source/header files.
* However, your code is still not part of the NEST build system. To have your code be built with NEST, you need to do few more things.
Expand Down

0 comments on commit 381f14b

Please sign in to comment.