Code Monkey home page Code Monkey logo

payst-cc's Introduction

Compiling the Paystation GUI
----------------------------

The GUI uses the Fast Light Toolkit library available under the
Gnu-GPL license at
http://www.fltk.org/

The code was tested on both the lab machines (Linux version 2.6.32)
and Mac OSX 10.6. 

A) The Mac OS build system assumes FLTK is installed in the system
wide directories, for ex: /usr/local/include for the headers and
/usr/local/lib for the libraries.

B) On the CS Lab network, the FLTK library is installed in 
/home/lib2720/lect/fltk-1.3.0
I hope that the permissions are set up correctly so that you can build
the executables on the school network. If you have issues, please let me
know. 

C) To build the project on a different platform than at school, please
download FLTK and follow installation instructions. Configure the
Makefile in src/view subdirectory and specify the following:
  1) the location of the fltk include directories
  2) the location of the fltk library
  3) any other necessary options for compiling and linking can be
	obtained by running:
    fltk-config --cxxflags  and
    fltk-config --ldflags
  from the FLTK install directory.

payst-cc's People

Contributors

roben777 avatar

Watchers

Rick Liu 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.