Made build run on debian 12.9

This commit is contained in:
benny
2024-12-05 10:39:36 +02:00
committed by Adrian Scripca
parent 17b3af2911
commit 48e3eff00a
4 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -4,13 +4,13 @@
- In Samba/source/pidl/pidl line 583 I already removed the word defined before @$pidl
### How to Compile
- Tested on Debian 9 Stretch
- cd /usr/src/
- apt-get install autoconf gcc libdatetime-perl make build-essential g++ python-dev
- git clone git@github.com:astbss/wmic.git
- cd /usr/src/wmic
- Tested on Debian 12.9
- apt-get install autoconf gcc libdatetime-perl make build-essential g++ python3-dev
- git clone ssh://git@gitea.infra.internal.rndsoft.ro:2222/benishor/wmic.git
- cd wmic
- mkdir -p Samba/source/bin/static/
- make "CPP=gcc -E -ffreestanding",
- cp Samba/source/bin/wmic /usr/local/bin/
- binary is to be found in Samba/source/bin/wmic
### How to Test it
- **Get system information**