Does Udoo have a graphical user's interface? Does it have Synaptic Package Manager? If so, search on JOGL (you probably need the source) and install it.
If not, then go on a web-walk and figure out how to do the same thing using Aptitude. You'll need to search for the right package the install it using sudo apt-get install <package name>. Synaptic is just a convenient graphics interface to apt-this and apt-that (It's for dummies like me). Anything you can do from Synaptic you can do from the command line -- probably better. You may also want to see if there appears to be a package (pseudo-package?) that has all the dependencies needed to build Scilab for Debian. There ought to be one, but that doesn't mean that someone turned the "ought to be" into an "is". On Fri, 2015-01-16 at 02:54 -0700, pkk wrote: > hi, > > when I add deb http://ftp.de.debian.org/debian jessie main > to /etc/apt/sources.list, then sudo apt-get update > the udoo packs up and I need reinstall the OS... > > When trying to install scilab from source, using > apt-get build-dep scilab > for the dependancies gives not error. > > Trying ./configure it hangs on the following error: libjogl: LIbrary missing > (cannot find symbol gLTextParameterf). Check if libjogl - C/Java (JNI) > interface for JOGL2 - or libGL (OpenGl library) are installed and if the > version is correct. Note you may have to update etc/librarypath.xml to > provide path to JNI librarier. > > How can I install JOGL2 or libGL and update the librarypath.xml correctly? > > THANK YOU! > > > > > > -- > View this message in context: > http://mailinglists.scilab.org/installing-latest-scilab-5-5-1-version-on-udoo-tp4031606p4031640.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at > Nabble.com. > _______________________________________________ > users mailing list > [email protected] > http://lists.scilab.org/mailman/listinfo/users > -- Tim Wescott www.wescottdesign.com Control & Communications systems, circuit & software design. Phone: 503.631.7815 Cell: 503.349.8432 _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
