GithubHelp home page GithubHelp logo

bensterl15 / jtproject Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 2.0 227.54 MB

QMake 0.01% C++ 19.31% Makefile 0.07% C 1.55% Python 78.91% Shell 0.01% HTML 0.01% CSS 0.02% JavaScript 0.05% Jupyter Notebook 0.03% Objective-C 0.01% Fortran 0.03% MATLAB 0.01% CMake 0.01%

jtproject's Introduction

Note that the contained build folder was compiled on my machine using Arch Linux.

To set-up your computer (Commands are specified in terms of yaourt tool on Arch Linux)

  yaourt -S qtcreator
  yaourt -S qt5

To build it on your machine:

-Clone this directory:

  git clone https://github.com/bensterl15/JTProject

-Make a build directory on the same layer as this readme:

  cd JTProject
  mkdir build

-Move into this directory:

  cd build

-Run:

  qmake ../JTProject/JTProject.pro  (this generates a Makefile in the build directory)

-Run: make (this generates an executable JTProject in the build folder)

  -If this complains that C++11 is not installed, edit the Makefile in build directory as follows (then run the make command again afterwards)

  Turn  "CXX              = g++"    to      "CXX                  = g++ --std=c++11"

-Run:

  ./JTProject (this runs the application)

jtproject's People

Contributors

bensterl15 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.