We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3612f9f commit 2db1866Copy full SHA for 2db1866
README.md
@@ -2,7 +2,7 @@
2
3
An insolated version of the geometric constraint solver from SolveSpace: libslvs
4
5
-See http://solvespace.com
+See http://solvespace.com and https://github.com/solvespace/solvespace
6
7
The original library code is not independent of the complete SolveSpace cad application,
8
which is somewhat inconvenient if all you need is the constraint solver.
@@ -17,3 +17,6 @@ Use CMake to create a build system, or IDE project files.
17
The library itself is within the folder libslvs, which has its own CMakeList.txt file
18
On top level the CMakeList.txt is only an example on how to use the library from an application.
19
20
+## License
21
+
22
+SolveSpace and thus SolveSpaceLib is distributed under the terms of the GPL3 license.
0 commit comments