You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install NetCDF. After installing netcdf, change some of the defaults in /usr/include/netcdf.h.
959
950
960
951
$ sudo apt-get install libnetcdf-dev
@@ -1049,22 +1040,6 @@ Next, simply cd into the DICe_gui folder and run the electron executable
1049
1040
$ <path_to_electron_exec>/electron .
1050
1041
1051
1042
1052
-
Tiff
1053
-
----
1054
-
1055
-
LibTiff must be installed before building DICe. LibTiff is used in the reading of `.tiff` images. There are many ways to install LibTiff, see [here](http://www.remotesensing.org/libtiff/) for more information. If the tiff library is not in the system path, the user can set the `TIFF_DIR` variabe in the `do-cmake` configuration script to help CMake find the library.
1056
-
1057
-
Jpeg and Png
1058
-
------------
1059
-
1060
-
The optional `.jpeg` or `.jpg` and `.png` file formats will automatically be enabled if the jpeg and png libraries are in the system path. Otherwise, the `JPEG_DIR` or `PNG_DIR` variables must be set in the `do-cmake` script in order for CMake to find these libraries.
1061
-
1062
-
Boost
1063
-
-----
1064
-
1065
-
Boost is also a required dependency. DICe makes use of the graphics image library in
1066
-
boost. This enables reading standard image formats like `.tiff` files into DICe.
0 commit comments