-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
12 lines (9 loc) · 690 Bytes
/
README
File metadata and controls
12 lines (9 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
# Building from separate directory:
# ccmake /path/to/AstroViz/src
# fill in ParaView dir to be /Path/To/ParaView/Built/From/Source
# configure (c) until generate (g) option is available, generate, then type make from command line
# Creating an Xcode Project for easy development on MacOSX (from separate directory)
# ccmake -G Xcode /path/to/AstroViz/src
# fill in ParaView dir to be /Path/To/ParaView/Built/From/Source
# configure (c) until generate (g) option is available, generate, then open Project.xcodeproj. This will build
# NOTE: if you change Cmakelists.txt you should go through this whole procedure again to regenerate a project, otherwise your changes will not propogate.