octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK on MacOS X


From: Benjamin Abbott
Subject: Re: FLTK on MacOS X
Date: Tue, 12 Nov 2013 15:07:31 -0600

> On Nov 12, 2013, at 2:30 PM, marco atzeri <address@hidden> wrote:
> 
> 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

Great!  I'm able to run the CLI and use FLTK

Ben

reply via email to

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