@bmorgan I finally got the install to work that included
cmake -DGEANT4_INSTALL_DATA=ON .
and
cmake -DGEANT4_USE_OPENGL_WIN32=ON .
before the commands:
cmake – build . – config Release
and
cmake – build . – config Release – target install
However I cannot get the environment variables to be included. When I use the
SET
command, it doesn’t show the environment variables that I put in. The environment variables windows has the new directory for the variable PATH. The directory being where the dll files are located. I put in the 11 variables listed in the postinstall setup of the installation guide with the appropriate directories as values. No I didn’t use HOMEPATH or CMAKE_INSTALL_PREFIX as literal text. I wrote out the full pathway. No I didn’t accidentally put them as system variables I put them as user variables. I triple checked the paths that I put in. The directory is where each of the datasets are located. They don’t show up when I use
SET