Giter VIP home page Giter VIP logo

htmapp's Introduction

//------------------------------------------------------------------
// Project Description
//------------------------------------------------------------------

C++ framework for building HTML5 applications


//------------------------------------------------------------------
// Build instructions for Qt
//------------------------------------------------------------------

// Linux - default Qt
make TGT=qt SYSINCS=/usr/include/qt4

// Linux - installed Qt
make TGT=qt SYSINCS=~/qtsdk-2010.05/qt/include SYSLIBP=~/qtsdk-2010.05/qt/lib

// Linux cross build for Windows
make TOOLSONLY=1
make TGT=qt-windows BLD=posix-x86-shared-qt PRE=i586-mingw32msvc- QTBIN= QTROOT=~/code/lib3/qt-win/mingw32 QTBIN=

// Linux cross build for Windows with installer
make TOOLSONLY=1
make TGT=qt-windows BLD=posix-x86-shared-qt PRE=i586-mingw32msvc- QTBIN= QTROOT=~/code/lib3/qt-win/mingw32 QTBIN= \
	 NSIS="wine /home/bob/code/lib3/nsis/makensis.exe"

// Cygwin
make TGT=qt PRE=/bin/i686-pc-mingw32- QTROOT=/cygdrive/c/QtSDK/Desktop/Qt/4.7.4/mingw

// Cygwin x64
make TGT=qt-x64 \
	 PRE=/bin/x86_64-w64-mingw32- \
	 QTROOT=/cygdrive/c/QtSDK/Desktop/Qt/4.7.4/mingw

// Cygwin with Qt bundled mingw 
make TGT=qt PRE=/cygdrive/c/QtSDK/mingw/bin/ \
	 QTROOT=/cygdrive/c/QtSDK/Desktop/Qt/4.7.4/mingw


//------------------------------------------------------------------
// Build instructions for CGI module
//------------------------------------------------------------------

// Linux
make TGT=cgi

// Cygwin on Windows
make TGT=cgi PRE=/bin/i686-pc-mingw32-

// Cross build from linux to windows
make TGT=windows-cgi BLD=posix-x86-shared-cgi PRE=i586-mingw32msvc-

//------------------------------------------------------------------
// Build instructions for Apache module
//------------------------------------------------------------------
// apache2 apache2-threaded-dev
//
/* Example load file

 LoadModule test_module /<path-to-module>/test.so
 <Location /test>
   SetHandler test
 </Location>

*/

// Linux
make TGT=apache SYSINCS="/usr/include/apache2 /usr/include/apr-1.0"



htmapp's People

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.