moderosp

Description

Application to transfer images from a PC (Linux or Windows) or from a Mac to a Master Modero (AMX). For more information about AMX products and installation of AMX systems go to DOMEDIA

Platforms

Written in C++ and linked to Qt4, it should compile on all platforms supported by Qt 4. However, it has only been tested on a Linux Gentoo, with gcc 3.4.4, Windows XP with minGw.

Installation

Binary distribution

No installation required, just click or double click

Source distribution

moderosp uses qtbtools, qtbguitools and Qt libraries (Qt 4). The recommended compiler is certainly gcc available for all plateforms (Windows included: minGw).

Unpacking the archive
$ tar xvfpz moderosp-X.X.X.tar.gz
$ cd moderosp-X.X.X

A configure script creates the necessary Makefiles. Usual options for configure are available (option '--help' for details).

Configure the installation path (Linux and Mac)
$ ./configure -prefix $HOME
Configure the installation path (Windows)
$ configure -prefix "C:\Program Files\geopsy"

You will be prompted for the license agreement. You are ready to compile and to install the package:

Compile and install
$ make install

Download

Date Release Binary packages Sources Dependencies
Mac OS X Windows
September 22th 2005 1.0.0-rc1   moderosp-1.0.0-rc1.zip moderosp-1.0.0-rc1.tar.gz

QtCore (>=4.0.1)

QtGui (>=4.0.1)

qtbtools (>=1.1.1)

qtbguitools (>=1.0.0)

License

Copyright (C) 2005 Marc Wathelet

This program 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 2 of the License, or (at your option) any later version.

This program 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.

Modified June 22 2005 by Marc Wathelet

Valid CSS! Valid XHTML 1.0!