fokigt.blogg.se

Commands scidavis
Commands scidavis






commands scidavis commands scidavis
  1. #COMMANDS SCIDAVIS HOW TO#
  2. #COMMANDS SCIDAVIS INSTALL#
  3. #COMMANDS SCIDAVIS SOFTWARE#
  4. #COMMANDS SCIDAVIS CODE#
  5. #COMMANDS SCIDAVIS LICENSE#

A copy of this license is provided in the file gpl.txt.

#COMMANDS SCIDAVIS SOFTWARE#

SciDAVis is distributed under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. If you want to discuss SciDAVis with other users (or the developers) or if you are insterested in its further development, you can go to the SciDAVis forum or subscribe to the SciDAVis mailing list. PATH=/opt/local/bin:/opt/local/libexec/qt4/bin:$PATHĪdditional information Forums and mailing lists:.Ln -sf /opt/local/Library/Frameworks/amework/Versions/2.7/share/sip /opt/local/share/py27-sip link sip-2.7 share directory to where sip expects it to be:.

#COMMANDS SCIDAVIS INSTALL#

port install qt4-mac qwt52 qwtplot3d boost gsl py27-pyqt4 py-pyqwt py27-sip muparser Sadly, you may need to do this step multiple times before eveything is installed.Install the prerequisites for scidavis.

commands scidavis

#COMMANDS SCIDAVIS HOW TO#

  • If you want to be able to run your build on an earlier version of MacOSX than your build machine, see How to build a Macintosh executable that will run on older versions of MacOSX.
  • Install XCode and XCode command line tools.
  • Using other build environments such as HomeBrew is presumably equally as viable, but you may need to hack the config files a bit. 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".
  • Rename the "muparser_vxyz" directory that gets created to "muparser".

    #COMMANDS SCIDAVIS CODE#

  • Download the source code of muParser from /project /showfiles.php?group_id=137191 and unpack it into the 3rdparty subfolder of the SciDAVis package.
  • Download the source code of QwtPlot3D from /web/navigation/download_frame.html and unpack it into the 3rdparty subfolder of the SciDAVis package.
  • Rename the "qwt-x.y.z" directory that gets created to "qwt".
  • Download the source code of the latest version of Qwt from /project /showfiles.php?group_id=13693 and unpack it into the 3rdparty subfolder of the SciDAVis package.
  • Download the "Developer files" of the GSL from /packages/gsl.htm and unpack them into the 3rdparty subfolder of the SciDAVis package.
  • Rename the "PyQt-win-gpl-x.y.z" directory that gets created to "PyQt-win-gpl".
  • Download the PyQt v4 source code for Windows from .uk /software/pyqt/download and unpack it into the 3rdparty subfolder of the SciDAVis package.
  • Rename the "sip-x.y" directory that gets created to "sip".
  • Download the SIP source code for Windows from .uk /software/sip/download and unpack it into the 3rdparty subfolder of the SciDAVis package.
  • Download the source code of SciDAVis from /download.html and unpack it.
  • Download Python from /download/ and install it.
  • In the case that PyQt (see blow) does not yet support the latest version of Qt, you can get older versions here: ftp:// /qt/so urce/. 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.
  • Download the "Qt/Windows Open Source Edition" from /download s/opensource/appdev/windows-cpp.
  • Windows - old installation notes for historical reference
  • Create the install shield from scidavis top level directory.
  • Copy the scidavis directory to a Windows machine.
  • sip generated code incorrectly attempts to assign a nullptr to an integer field.
  • If the location of your MXE dist is MXE_HOME, do
  • make boost gsl muparser qwt5_qt5 qwtplot3d Note: currently python support is unavailable with MXE.
  • git clone /highperforma ncecoder/mxe.git.
  • Use highperformancecoders fork, as it contains needed packages not in the official mxe fork msi is built using MXE, a cross compiler environment creating Windows esecutables on Linux
  • To install, type "make INSTALL_ROOT=/usr/local.
  • type "make qmake" Take careful note of any warning/error messages at this stage, as it may indicate installation problems that will cause problems later.
  • qmake CONFIG+=aegis Build everything, including unit tests.
  • qmake CONFIG+=noassistant compile without QtAssistant (documentation browser).
  • qmake CONFIG+=python CONFIG+=liborigin Configure python scripting and Origin import support.
  • If not available, you can compile without (see below) Linux Easiest is to use your package manager to install prebuilt versions.įor the optional Python scripting feature, you also need:įor the default build, you also often need the QtAssistant package. In order to compile SciDAVis, you need to install the following libraries. Please visit our homepage for more information. project s/scidavis/ SciDAVis - Installation Notes








    Commands scidavis