Building on Cygwin platform: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
(Make redirect page. Content is outdated (2013) and incomplete.)
Tag: New redirect
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Octave can be built on cygwin too !
#REDIRECT [[Octave for Microsoft Windows#GNU Octave on cygwin]]
 
==Pre-requisites==
Setup your system the same way as described on page [[Octave for Debian systems]]. The next step is to tweak a bit the texlive configuration file: (remember cygwin as no sudo command)
 
    vi /usr/share/texmf-dist/web2c
   
Change
   
    TEXMFLOCAL = $TEXMFROOT/texmf-site
 
into
 
    TEXMFLOCAL = $TEXMFROOT/texmf-site:$TEXMFROOT/texmf
 
Then run
 
    mktexlsr
   
 
==Build==
Now you are ready to built your
 
Before building Octave from scratch on a Mac OS X platform you need to install several GNU programs and libraries that are not shipped with your Mac. This descriptio111n will guide you through the procedure of GNUifying your Mac OS X step by step, so that you are then be able to configure, compile, install and run the Octave program.

Latest revision as of 06:17, 16 August 2019