Skip to content

embed-dsp/ed_octave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Compile and Install of the Octave Tool

This repository contains a make file for easy compile and install of Octave. Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.

Get Source Code

ed_octave

git clone https://github.com/embed-dsp/ed_octave.git

Octave

# Enter the ed_octave directory.
cd ed_octave

# Edit the Makefile for selecting the Octave source version.
vim Makefile
PACKAGE_VERSION = 8.1.0
# Download Octave source package into src/ directory.
make download

Build

# Unpack source code into build/ directory.
make prepare
# Configure source code.
make configure
# Compile source code using 8 simultaneous jobs (Default).
make compile

Install

# Install build products.
sudo make install

Links

About

Compile and Install of the Octave Tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published