*** There is now an active effort to include a QT-only (no KDE) based IDE for Octave that is part of the main Octave source code. I recommend that you build and test that version of an IDE, as it will be the most supported option going forward. ***
The octavede is a development environment for the Octave mathematical software package. Octave normally is run in a terminal. Octavede provides an GTK/X11 application that provides functionality similar to other mathematical software packages.
Categories
MathematicsLicense
GNU General Public License version 2.0 (GPLv2)Follow IDE front-end for the Octave environment
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Looks like plenty are having success on Linux though - not much luck for me on the Mac! On Mac OS X 10.7.5, installed many dependencies via MacPorts (10 to be precise, 2 of which took a day to figure out some building issue) to finally get `./configure` to run successfully. Finally I got to `make` after a few days, only to fail on a source code error! OctaveUI.cpp:487: error: ‘class Gtk::FontSelectionDialog’ has no member named ‘get_font_selection’ giving up! Moved instead to qtoctave (available on MacPorts via `port install qtoctave-mac`), which works brilliantly.