Octave and separate toolchain: Difference between revisions

Jump to navigation Jump to search
no edit summary
(→‎Octave itself: update to octave-4.2.0)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Warning|This page is outdated (October 2019).  For a simpler approach on building GNU Octave using a separate toolchain, see [[MXE]].}}
Building of octave together with a separate toolchain (custom built gcc/binutils/...).
Building of octave together with a separate toolchain (custom built gcc/binutils/...).


This is required mainly when the base linux distribution ships too old a version of gcc.
This is required mainly when the base linux distribution ships too old a version of gcc.
Unexperienced users should upgrade their distribution, though.
Unexperienced users should upgrade their distribution, though. Or use [[MXE]].


The main build directory will be called {{Path|/usr/local/build}}.  
The main build directory will be called {{Path|/usr/local/build}}.  
Line 118: Line 120:


== qrupdate ==
== qrupdate ==
download the lastes version (1.1.2 as of this writing) to $downloads  
download the latest version (1.1.2 as of this writing) to $downloads  


https://sourceforge.net/projects/qrupdate/files/latest/download?source=typ_redirect
https://sourceforge.net/projects/qrupdate/files/latest/download?source=typ_redirect
Line 174: Line 176:
}}
}}


  patch -p0 < $downloads/qrupdate-1.1.2.tar.gz
  patch -p0 < $downloads/qrupdate-1.1.2_Makeconf.patch
  make solib
  make solib


Line 408: Line 410:
Done.
Done.


[[Category:Building]]
[[Category:Outdated pages]]
32

edits

Navigation menu