Giter Club home page Giter Club logo

touchcursor's Introduction

TouchCursor Readme
==================

Dependencies
============

C++ Libraries
-------------

* wxWidgets 2.8 (unicode builds)
* boost 1.39 (later may also work)

The location of these libraries can be configured by editing 
touchcursor.vsprops.

Tools
-----

* Microsoft Visual Studio 2008 
(Haven't tried VC++ Express)

Scripts that build the installer and docs require:

* InnoSetup >=v5.2.2 (http://www.jrsoftware.org/isinfo.php)
* Python >=v2.4 (http://python.org)
* Python markdown library (http://pypi.python.org/pypi/Markdown)
* 7zip (http://www.7-zip.org/)


Building
========

Run build.bat to build executables and docs and package them into zip and 
installer files. Alternatively, load touchcursor.sln into Visual Studio and 
build in the IDE to build the executables only.

If your Visual Studio installation is not at the location used in the batch
file, you'll need to edit it.


Project Directories
===================

touchcursor
    Source for touchcursor.exe, which loads the hook DLL and runs the systray 
    menu.

touchcursordll
    Source for touchcursor.dll. This is the core of TouchCursor and contains 
    the keyboard hook function. (Windows requires this to be in a DLL rather than
    an exe.)

tcconfig
    Source for tcconfig.exe, which edits the configuration file. This was 
    implemented as separate program to keep the memory usage of the permanently
    running modules low.

touchcursor_update
    Source for a touchcursor_update.exe, which is optionally used to check for a
    new version of TouchCursor. The separate exe is partly due to paranoia about
    malware scanners that might be suspicious of a program that installed a 
    keyboard hook and connected to the internet.

tclib
    Functions shared by the other projects.

setup
    Source, scripts and dependencies for building the installer.

docs
    Source for the help file. The text is in Markdown format. The html is built
    by a script in the setup directory.


License & Copyright
===================

Copyright © 2010 Martin Stone.

TouchCursor is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

TouchCursor is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with TouchCursor (COPYING.txt).  If not, see 
<http://www.gnu.org/licenses/>.

touchcursor's People

Contributors

martin-stone 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.