File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 34
34
mkdir -p $(OUTDIR )
35
35
@echo " [*] Build Debian package: $( PKGFILE) "
36
36
dpkg-deb --root-owner-group --build $(SRCDIR ) $(DEBFILE )
37
- ln -sf $(DEBFILE ) $(NAME ) .deb
38
37
@echo " [✓] Package created under: $( DEBFILE) "
39
38
40
39
# # Test package
Original file line number Diff line number Diff line change @@ -7,23 +7,16 @@ Users are guided safely through the process.
7
7
8
8
## Installation
9
9
10
- Download the ` filecomp.deb ` from the [ most recent release ] ( https://github.com/ komed3/filecomp/releases ) and install the package via :
10
+ Use the official APT package repository ** [ deb.komed3.de ] ( https://deb. komed3.de ) ** and install with :
11
11
12
12
``` sh
13
- sudo dpkg -i filecomp.deb
13
+ sudo apt install filecomp
14
14
```
15
15
16
- or build the package using Makefile :
16
+ or download the package directly from the [ most recent release ] ( https://github.com/komed3/filecomp/releases ) and run :
17
17
18
18
``` sh
19
- # Clone the repository
20
- git clone https://github.com/komed3/filecomp.git
21
-
22
- # Build FileComp
23
- make build
24
-
25
- # Install the package
26
- make install
19
+ sudo dpkg -i filecomp_0.1.0_all.deb
27
20
```
28
21
29
22
Once this is done, the program will be ready to run:
You can’t perform that action at this time.
0 commit comments