Difference between revisions of "AXIOM Remote Plus"

From apertus wiki
Jump to: navigation, search
Line 23: Line 23:
  sudo apt-get install build-essential git
  sudo apt-get install build-essential git


====Install wxWidgets====
get wxWidgets Development Release: 3.1.0 from: http://www.wxwidgets.org/downloads/ unpack and in the directory run:
get wxWidgets Development Release: 3.1.0 from: http://www.wxwidgets.org/downloads/ unpack and in the directory run:
  ./configure
  ./configure
Line 29: Line 30:
this will take quite some time.
this will take quite some time.


====Install wiringPi====
git clone git://git.drogon.net/wiringPi
cd wiringPi/
./build
====Compile RemotePlus====
Acquire source files:
Acquire source files:
  git clone https://github.com/Plus24Systems/RemotePlus.git
  git clone https://github.com/Plus24Systems/RemotePlus.git

Revision as of 12:30, 5 January 2017

Current State: In development - development release - feedback and contributions appreciated

Documentation: https://github.com/Plus24Systems/Documentation

1 RemoteServer

Source Code: https://github.com/Plus24Systems/RemoteServer

1.1 Installation Notes

  • acquire source code from github to AXIOM Beta
  • compile in camera

2 RemotePlus GUI

Source Code: https://github.com/Plus24Systems/RemotePlus

2.1 Installation Notes

Ubuntu (tested with 16.04 LTS)

Required packages for compiling from source:

sudo apt-get install build-essential git

2.1.1 Install wxWidgets

get wxWidgets Development Release: 3.1.0 from: http://www.wxwidgets.org/downloads/ unpack and in the directory run:

./configure
make
sudo make install

this will take quite some time.

2.1.2 Install wiringPi

git clone git://git.drogon.net/wiringPi
cd wiringPi/
./build

2.1.3 Compile RemotePlus

Acquire source files:

git clone https://github.com/Plus24Systems/RemotePlus.git

Compile and Install:

make
sudo make install