Download the DEB file and install it with dpkg
or your favourite package installer.
Now, you should be able to run logsys-test
from the terminal.
Download and install the TAR XZ using pacman -U
You will need to use makepkg
, similar to how you would use the AUR
git clone https://git.sch.bme.hu/bence98/logsys-arch-pkg.git
cd logsys-arch-pkg && makepkg -i
You will have to compile the driver yourself
- Before you begin, you need to make sure you have
libusb-1.0
andlibusb-1.0-dev
installed on your system. - First, clone
libxsvf
, by runninggit submodule init && git submodule update
- Then, run
make
andsudo make install
- It is advised to run
sudo ./udev-rule.sh
- Finally, you can run
make test
to get thelogsys-test
binary in thebuild
folder
First, you're very brave. I like that :D Second, you should really have a package manager (I would recommend Homebrew)
- Before you begin, you need to install LibUSB 1.0 (for example, with Homebrew it would mean running
brew install libusb
) - First, clone
libxsvf
, by runninggit submodule init && git submodule update
- Then, run
make
andsudo make install
- Finally, you can run
make test
to get thelogsys-test
binary in thebuild
folder
Warning: as of yet, there was limited testing done on macOS.