Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pearswj committed Sep 21, 2013
1 parent fa3749f commit 7b3a6a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There is, of course, a line to be drawn between algorithms that belong **in** th

## License

Plankton an **open source** library and is licensed under the [Gnu Lesser General Public License][lgpl] (LGPL). We chose this license because we believe that it will encourage those who **improve** the library to share their work whilst not requiring the same of those who simply **use** the library in their software.
Plankton an **open source** library and is licensed under the [Gnu Lesser General Public License][lgpl] (LGPL). We chose this license because we believe that it will encourage those who **improve** the library to **share** their work whilst not requiring the same of those who simply **use** the library in their software.

Plankton is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Expand All @@ -54,13 +54,13 @@ To use Plankton from a C#/VB scripting component in Grasshopper you'll need to r

### Building from source

If you want to keep up with the latest developments, or if you wish to contribute to the project, then you'll need to compile Plankton on your own computer. Plankton is built against .NET 4.0 so you'll need Visual Studio 2010 or later (or SharpDevelop). Resolving the dependencies should be as easy as dropping `Grasshopper.dll`, `GH_IO.dll` and `Rhinocommon.dll` into the `lib/` folder.
If you want to keep up with the latest developments, or if you wish to contribute to the project, then you'll need to compile Plankton on your own computer. Plankton is built against .NET 4.0 so you'll need Visual Studio 2010 or later (or SharpDevelop). Resolving the dependencies should be as easy as dropping `Grasshopper.dll`, `GH_IO.dll` and `Rhinocommon.dll` into the `lib/` folder. The solution also includes a test project which uses [NUnit].

Once you've built the library continue with the instructions for [pre-compiled binaries](#pre-compiled-binaries).

## Thanks

Thanks to Daniel Hambleton, John Harding, Kristoffer Josefsson, Harri Lewis, Giulio Piacentino, and especially Dave Stasiuk.
Thanks to Dave Stasiuk, Giulio Piacentino, Kristoffer Josefsson, Harri Lewis, John Harding, Daniel Hambleton.

***

Expand All @@ -78,3 +78,4 @@ Plankton © 2013 Daniel Piker and Will Pearson.
[releases]: http://github.com/Dan-Piker/Plankton/releases
[scripting]: http://github.com/Dan-Piker/Plankton/wiki/Scripting
[Turtle]: http://github.com/piac/TurtleMesh
[nunit]: http://www.nunit.org

0 comments on commit 7b3a6a7

Please sign in to comment.