octave-maintainers
[Top][All Lists]
Advanced

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

[mxe-octave] Are hg pull and hg update required even at fresh hg clone?


From: Tatsuro MATSUOKA
Subject: [mxe-octave] Are hg pull and hg update required even at fresh hg clone?
Date: Mon, 23 May 2016 09:43:26 +0900 (JST)

I am trying building octave using mxe-octave.

I have found that fresh clone repo directory trees are not the latest one.
I had to execute  

cd (cloned directory)
hg -v pull
hg -v update


to update the latest one.

If it is true, description on the Wiki should be modified?

Install all requirements of MXE Octave.

hg clone http://hg.octave.org/mxe-octave/
cd mxe-octave
autoconf
./configure
make nsis-installer
 |
 V
hg clone http://hg.octave.org/mxe-octave/
cd mxe-octave
hg -v pull
hg -v update
autoconf
./configure
make nsis-installer

Am I write?

Tatsuro



reply via email to

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