Closed ptbrowne closed 8 years ago
I reopen in case you want to update the tutorial.
@ptbrowne: Thanks for all this and for keeping the issue open. I will work on incorporating all your suggestions into the documentation. I am really grateful for the feedback.
The Qt terminal for gnuplot is pretty good also. Like you, I prefer the wxt terminal, but Qt is all right too. Granted, I run kde, so I'm OK with having the Qt infrastructure on my computer....
Thanks to you for Demeter ! I did not know Qt terminal as I run stock Ubuntu with Gnome but I will check it out !
Patrick, could you take a look at http://bruceravel.github.io/demeter/documents/SinglePage/demeter_nonroot.html and let me know if I have adequately addressed all your concerns.
Thanks,B
Looks good ! Thanks !
I encountered some problems while building on Ubuntu using the official tutorial. I managed to get it working so I post my solutions here.
Wx failed to compile from source
At the
./Build installdeps
step,wx
would not install even the second time :This problem is also reported here. I could not manage to build from source so I ended up using the package from Debian.
Then
./Build installdeps
reported no more dependencies to install and I was able to./Build
.wxt
terminal not presentThe default terminal was X11 but I prefer the wxt one but it was not available in gnuplot when I typed
set terminal
in gnuplot. I had to build gnuplot from source since Debian/Ubuntu apparently dropped support for wxt.To build gnuplot from source:
After that I was able to use the
wxt
terminal by setting it in Artemis.File > Edit preferences > gnuplot > terminal
. Replace "x11" by "wxt". "Apply and Save".Thanks for the Demeter suite !