Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • gmshgmsh
  • gmshgmsh
  • Wiki
  • Gmsh compilation

Gmsh compilation · Changes

Page history
Update freetype cli-download: -LO flag (L was missing) authored May 25, 2021 by PA Beaufort's avatar PA Beaufort
Show whitespace changes
Inline Side-by-side
Gmsh-compilation.md
View page @ dd649381
......@@ -13,7 +13,7 @@ On most Linux distributions you can just install the `occt` development package(
On other platforms, or if you just want to compile OpenCASCADE from source, first make sure that you have the Freetype libraries installed on your system (OpenCASCADE depends on them). If not available, download and install them (here for Freetype 2.8):
```bash
curl -O http://download.savannah.gnu.org/releases/freetype/freetype-2.8.tar.gz
curl -LO http://download.savannah.gnu.org/releases/freetype/freetype-2.8.tar.gz
tar zxvf freetype-2.8.tar.gz
cd freetype-2.8
./configure
......@@ -134,4 +134,3 @@ Then
cd
source .bash_profile
```
\ No newline at end of file
Clone repository
  • First Gmsh Workshop
  • Git cheat sheet
  • Gmsh compilation
  • Second Gmsh Workshop
  • Third Gmsh Workshop
  • Home