Code Monkey home page Code Monkey logo

qtdeviser's People

Contributors

bgoli avatar fbergmann avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qtdeviser's Issues

Building QtDeviser on Windows

Here are some notes on building QtDeviser, where would you like them added, Wiki page, source?

Building QtDeviser

This is a brief guide to building QtDeviser on Windows. It assumes the use of:

Git for windows from http://github.com
CMake 3.8.0 from http://cmake.org
Qt 5.8.0 or newer from https://www.qt.io
Visual Studio 2015 from http://www.microsoft.com

Getting the source

Clone the QtDeviser repository:

git clone https://github.com/sbmlteam/QtDeviser.git

This should give you a directory called QtDeviser with the source code

Configure with CMAKE

Run the cmake gui and point the source code path to the directory just created with git. Also set the binary build path to a different directory of your choosing, for example QtDeviser-build.

Press Configure select your build systems e.g., MSVC 2015 64bit. At this point anerror message may be displayed, close it and continue. Make sure the advanced box is checked and set the following value if it are not already configured (I installed Qt into D:/Qt please change this path to suit your installation).

Qt5_dir : D:/Qt/Qt5.8.0/5.8/msvc2015_64/lib/cmake/Qt5

Configure again set the following value:

SELECT_QT : Qt5
CMAKE_INSTALL_PREFIX : optional, set this if you want to use the INSTALL option

Configure again and Generate the configuration files. If you are happy with the result press Open Project to continue

Building with Visual Studio 2015

If everything has worked out you should be able to compile this without any modifications. At this point you need to select whether you will do a debug or release build, the following filenames are for a debug build. For a release build simply remove the trailing d. Right click on ALL_BUILD and select Build. This should compile Deviser.

If successful the diviser will be in the binary build directory in a Release/Debug folder as DeviserEdit.exe. However, for this to work you probable need to copy the following files from your Qt distribution. In my case these were in `d:QtQt5.8.05.8msvc2015_64bin`:

Qt5CLucened.dll
Qt5Cored.dll
Qt5Guid.dll
Qt5Helpd.dll
Qt5Networkd.dll
Qt5Sqld.dll
Qt5Svgd.dll
Qt5Widgetsd.dll
Qt5Xmld.dll 

Execute DeviserEdit.exe and you should be good to go.

Brett G. Olivier, Amsterdam 2017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.