We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd1f6f commit 272271fCopy full SHA for 272271f
README.md
@@ -76,7 +76,7 @@ The following shows basic default usage for cadmesh in a UserDetectorConstructio
76
77
# Dependencies
78
A working installation of the following libraries or packages is required:
79
- * GEANT4
+ * [GEANT4](htt:/geant4.org/geant4/)
80
* [ASSIMP](http://assimp.sourceforge.net/)
81
* [TETGEN](http://tetgen.org/)
82
@@ -96,6 +96,7 @@ Download the latest release of CADMesh from the [Downloads](https://github.com/c
96
mkdir build
97
cd build
98
99
+ cmake ..
100
sudo make install
101
102
Here is a basic example usage. The CMakeLists.txt file illustrates how to link against CADMesh.
0 commit comments