Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.md | 2022-01-21 | 645 Bytes | |
solaton-1.0.tar.gz | 2022-01-20 | 448.8 kB | |
solaton_1.0_armhf.deb | 2022-01-20 | 313.6 kB | |
Totals: 3 Items | 763.0 kB | 0 |
Files
Download solaton-1.0.tar.gz for the source code or solaton_1.0_armhf.deb to install on a Raspberry Pi.
The source code builds on Linux. You should start by installing libpng and you might need to also install g++ and make.
On debian-based distros try this:
$ sudo apt install libpng-dev
$ sudo apt install g++ make
Or on rpm-based distros:
$ sudo dnf install libpng-devel
$ sudo dnf install gcc-c++ make
Unpack and build the source code like this:
$ tar xvf solaton-1.0.tar.gz
$ cd solaton-1.0
$ ./configure.sh
$ make
And install with:
$ sudo make install
Check the README file for more details.