octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK on MacOS X


From: marco atzeri
Subject: Re: FLTK on MacOS X
Date: Tue, 12 Nov 2013 21:30:51 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Il 11/12/2013 9:29 AM, c. ha scritto:

On 12 Nov 2013, at 07:53, marco atzeri <address@hidden> wrote:

BTW, how do I run octave-cli without installing?

./run-octave --no-gui

Marco,

I also thoght so, but that is not how it actally works.

  ./run-octave --no-gui

runs

  src/.libs/octave-gui --no-gui

I was asking how to run octave-cli instead, which is a completely different 
binary.

c.


Carlo
you are right, I never noticed the difference.

Looking inside run-octave I see:

elif [ "x$1" = "x-cli" ]; then
    octave_executable="$builddir/src/octave-cli"

so it is just
./run-octave -cli

and at least here it works

Marco


reply via email to

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