*** 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
$300 Free Credits to Build on Google Cloud
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
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.