-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build viewer #1
Comments
Hi, These were old viewrs and we will remove the info in later versions. Tor From: jrleek [mailto:[email protected]] It seems like the viewer and streaming directories got left behind in the cmake upgrade. The User manual says to go to those directories and type "make viewer" and "make lib" respectively. Obviously that doesn't work with cmake. — |
Ah. So if this is the old viewer, there must be a new viewer? Perhaps Jim On Mon, Jun 16, 2014 at 10:39 PM, tordokken [email protected]
|
Hi, You should try viewlib in GoTools. tor From: jrleek [mailto:[email protected]] Ah. So if this is the old viewer, there must be a new viewer? Perhaps Jim On Mon, Jun 16, 2014 at 10:39 PM, tordokken <[email protected]mailto:[email protected]>
— |
It is possible to compile examples (once the library libsisl.a is compiled and put in the example directory) using the following command:
This will create an a.out executable file. It is possible to view the output files of the examples programs using the viewlib app (goview) of GoTools. If should possible to view those file by another mean (compile he old viewer manually or create a custom viewer). |
It seems like the viewer and streaming directories got left behind in the cmake upgrade. The User manual says to go to those directories and type "make viewer" and "make lib" respectively. Obviously that doesn't work with cmake.
There are makefiles, but they just include "makefile_template" which doesn't exist anywhere in the source as far as I can tell.
The text was updated successfully, but these errors were encountered: