smsfoki.blogg.se

Commands scidavis
Commands scidavis






  1. #COMMANDS SCIDAVIS INSTALL#
  2. #COMMANDS SCIDAVIS MANUAL#
  3. #COMMANDS SCIDAVIS CODE#
  4. #COMMANDS SCIDAVIS PASSWORD#
  5. #COMMANDS SCIDAVIS DOWNLOAD#

The same options of make in (7) are still applicable. Type "./configure -enable-shared=no" because scidavis requires static library. Change to the directory which the muparser*.tar.gz locates and type " tar -xzf muparser*.tar.gz" to extract the files.

commands scidavis

If there is any error occurs and you want to restart the process, please type "make clean". If you regret for the installation, you can type "sudo make uninstall".

#COMMANDS SCIDAVIS INSTALL#

If there is no error occurring, then type "sudo make install" to install GSL.

#COMMANDS SCIDAVIS PASSWORD#

Type " sudo make" and enter your password as prompted. Type " tar -xzf gsl-x.xx.tar.gz" to extract the files For example, type "cd Downloads", if gsl-x.xx.tar.gz locates in the downloads folder of your home directory. Open Terminal and change to the directory which the gsl-x.xx.tar.gz locates. Open the image file and install Qt for Mac. (I) Building the OS X binary on one's own platform:

commands scidavis

QwtPlot3D: (the current version at the time of writing: 0.2.7) Qwt: (the current version at the time of writing: 5.1.1) MuParser: " (the current version at the time of writing: 1.30) GSL: (the current version at the time of writing: 1.11) Qt: (this is for version 4.4.1, the current one at the time of writing, there may be a newer)

commands scidavis

#COMMANDS SCIDAVIS DOWNLOAD#

Please download Qt, GSL, MuParser, Qwt and Qwt3D from their web sites before building: These instructions where kindly provided by Yu-Hung Lien. SciDAVis and its dependencies should be built automatically and installed into the directory "output".

Open the start menu, find the folder created by the Qt SDK and start a "Qt Command Prompt".Įxecute "cd ", then "build".

Rename the "muparser_vxyz" directory that gets created to "muparser".

#COMMANDS SCIDAVIS CODE#

Rename the "qwt-x.y.z" directory that gets created to "qwt".ĭownload the source code of QwtPlot3D fromĭownload the source code of muParser from Rename the "PyQt-win-gpl-x.y.z" directory that gets created to "PyQt-win-gpl".ĭownload the "Developer files" of the GSL fromĪnd unpack them into the 3rdparty subfolder of the SciDAVis package.ĭownload the source code of the latest version of Qwt from Rename the "sip-x.y" directory that gets created to "sip".ĭownload the PyQt v4 source code for Windows from In the case that PyQt (see blow) does not yet support the latest version of Qt, you can get older versions here:ĭownload the source code of SciDAVis fromĭownload the SIP source code for Windows fromĪnd unpack it into the 3rdparty subfolder of the SciDAVis package. In that case you have to tell the Qt installer where to find it. When the Qt installer asks you to install MinGW, say yes unless you already have it on your system. Sudo make install or, alternatively, su -c "make install" ĭownload the "Qt/Windows Open Source Edition" from Optionally, install SciDAVis on your system (you need root priviliges): You should now be able to run SciDAVis by entering. Open scidavis.pro in a text editor and remove the comment marker (#) from the line include( python.pri ). Specifically, there are known issues with a number of SIP versions andĪ given version of PyQt will only work with a limited range of SIP Other versions as those indicated above may or may not work. If you want to use Python expressions and scripts, make sure you have the following additional dependencies installed: Go to the directory scidavis-X.X.X/scidavis: cd. īuild qwtplot3d: cd qwtplot3d qmake & make cd. We also want to build a static version here, so open qwtplot3d/qwtplot3d.pro in your favorite text editor and add the line Īt a convenient place (say, below the other CONFIG line). Get QwtPlot3D sources and also unpack them to scidavis-X.X.X/3rdparty:

commands scidavis

Make sure you don't use the version that belongs to Qt 3.x. ) the qmake -Tool for Qt 4.x is called qmake-qt4. Open the file qwt/qwtconfig.pri and comment out the line īuild Qwt: cd qwt qmake & make cd. We want to build the static version of Qwt in order to avoid potential conflicts with an already installed version. Get Qwt ( >=5.1.0) sources and unpack them to the 3rdparty folder: Ĭd scidavis-X.X.X/3rdparty tar -xvjf /path/to/qwt-Y.Y.Y.tar.bz2 You need to have the Qt Assistant installed, which sometimes comes in a separate package (qt4-dev-tools for Ubuntu edgy).

#COMMANDS SCIDAVIS MANUAL#

If you want to display the manual from within SciDAVis (you can also view it with your favorite browser), If you are using precompiled packages, make sure you also install the corresponding development packages (*-dev or *-devel). QwtPlot3D and Qwt must be compiled against Qt 4.x! If these are compiled with Qt3,Įither from your package manager or from the sources. In order to compile SciDAVis, you need to install the following libraries: Please visit our homepage for more information.








Commands scidavis