Giter Site home page Giter Site logo

qtd's Introduction

QTD

Qt bindings for dmd, forked from https://bitbucket.org/qtd/repo .

The dmd-2.066 branch brings changes to have it compile for dmd 2.066.

Efforts have been made to get the override right but there are still some deprecation warnings left.

No extensive tests have been made. Some examples use deprecated code features and no longer compile.

Simply said: your mileage may vary.

Requirements

  • dmd 2.066+
  • cmake
  • Qt 4 libraries.

Use the dmd-2.066 branch to get it to work.

QTD would not compile on 32 bit linux (Ubuntu 14.04) from dmd version 2.061 to 2.065, most probably due to a compiler bug/regression that have been fixed in the 2.066 release.

Compilation & installation

Clone the repository:

git clone https://github.com/remy-j-a-moueza/qtd.git

Change to the directory:

cd qtd

Make a build directory and change to it:

mkdir builddir
cd builddir

Run cmake:

cmake ..

or if your builddir it outside of the QTD directory:

cmake path/to/qtd

You now can run make. On multiple core machine, one can use the -j option:

 # simple run
 make 
 
 # on a N cores machine, -jN+1 is advised. -j5 is for a 4 core machine.
 make -j5 
 
 # Setting verbose mode to get details about the compilation process.
 make VERBOSE=1 

Once the library has been built, you can use make install or sudo checkinstall

qtd's People

Contributors

dnadlinger avatar eldar avatar alexeyprokhin avatar biobootstrap avatar michaelc37 avatar remy-j-a-moueza avatar

Stargazers

 avatar Per Nordlöw avatar Ferdinand Majerech avatar

Watchers

 avatar

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.