[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GPIB on cygwin
From: |
Tatsuro MATSUOKA |
Subject: |
Re: GPIB on cygwin |
Date: |
Thu, 7 Mar 2019 07:03:28 +0900 (JST) |
--- zchen
>
> pkg -install -forge instrument-control
>
> did the trick (had to install octave-development version).
> Thanks for all your help.
>
lt do not the trick.
The NI GPIB driver is proprietary software
then pre-build octave-forge package cannot link it to avoid GPL violation. The
users theirselves should build them with linking it.
Preparation of include files and a library file is carried out by the
preparation script and then
>> pkg install -forge instrument-control
installs instrument-control package with GPIB functionality.
Tatsuro