help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Availability of GNU Octave 3.8 on Windows


From: Tatsuro MATSUOKA
Subject: Re: Availability of GNU Octave 3.8 on Windows
Date: Sat, 22 Mar 2014 14:54:25 +0900 (JST)

--- On Sat, 2014/3/22, sanjosanjo wrote:

> I don't see anything on that page that describes a portable archive.  Are you
> referencing the NSIS installer?
> 

The page includes below:

***************************************************************
Steps to create Windows Installer

Install all requirements of MXE Octave.
hg clone http://hg.octave.org/mxe-octave/
cd mxe-octave
Make sure MXE version of all compiler tools are found first in path
setenv PATH `pwd`/usr/bin:$PATH # for C shell
PATH=`pwd`/usr/bin:$PATH # for Bourne shell
autoconf
./configure
make nsis-installer or make tar-dist (to get a compressed version)
***************************************************************

If you execute in the  final line "make tar-dist",   you will get portable 
tarball.

Regards

Tatsuro


reply via email to

[Prev in Thread] Current Thread [Next in Thread]