Giter Site home page Giter Site logo

qtnx's Introduction

  qtnx: A Qt-based NX client linking to nxcl

  George Wright. January 2008. [email protected]

This is an update of the experimental QtNX client which was based on the
now deprecated NXClientLib backend library. This is an experimental port
to Seb James' nxcl library.

Building qtnx
-------------

Prerequisites are:

* libXcomp from NoMachine, provided by the nxcomp package.
* nxssh from NoMachine
* nxproxy from NoMachine
* nxcl from the FreeNX subversion repository

(These three NX components all should be from the 3.x.x series. You can
obtain them from NoMachine's servers at http://www.nomachine.com/sources.php)

Read the nxcl README for details of the first three packages. You will not need
to build the nxcmd daemon nor the doxygen API documentation.

To build QtNX you will need Qt 4.x. You need to run the following commands:

$ qmake
$ make

This will generate a qtnx binary in that directory; install it to /usr/bin
or anywhere you want.

Win32 Builds
------------

In order to build on Win32, you will need a full Cygwin setup. Ensure you have
pkg-config installed in cygwin.

Build Qt 4.3.3 as per the instructions on http://wiki.lyx.org/LyX/LyXOnCygwin;
you will, however, need to patch Qt. Line 528 in src/corelib/codecs/qtextcodec.cpp
should also contain an extra conditional:

&& !defined(Q_CYGWIN_WIN)

You can then build Qt without any trouble by following those instructions. Ensure
you also build the XML module and install qmake and mkspecs.

Afterwards, set QTDIR to point to wherever you installed Qt to, and set the
PATH to point to QTDIR/bin as well:

$ export QTDIR=/usr/local/src/qtwin-4.3.3
$ export PATH=$QTDIR/bin:$PATH

You can then build qtnx normally with the standard steps:

$ qmake
$ make

Mac OS X Builds
---------------

Ensure that you have a build of Qt 4 on OS X, then run qmake from $QTDIR/bin.

Standard procedure then follows:

$ qmake
$ make

You can then put statically linked versions of nxssh and nxproxy and id.key in
qtnx.app/Contents/MacOS - it should then all just work.

qtnx's People

Contributors

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