-
Notifications
You must be signed in to change notification settings - Fork 12
/
INSTALL
33 lines (20 loc) · 822 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Installing on Linux and other POSIX systems
===========================================
Prerequisites:
- The Qt library, version 5.x, including the QSerialPort component
- A C++ compiler
Compilation:
Unpack the source .tar.gz, or do "git clone git://github.com/bullestock/c45b.git"
cd c45b
qmake
make
Installation:
On Debian-based systems (including Ubuntu), I recommend
installing using
sudo checkinstall --fstrans=no --pkgname=c45b --pkggroup=Electronics
This approach should also work on RPM-based systems (RedHat and derivatives),
as well as Slackware, but I have not tried this.
Otherwise, simply do
sudo install
If you want to install to another directory than the default, use something like
qmake PREFIX=$HOME/software/