r58Playz / terraos

Boot Linux-based operating systems from a RMA shim.
GNU General Public License v3.0
35 stars 23 forks source link

lib kid compilation issue #32

Closed happylabdab2 closed 1 week ago

happylabdab2 commented 1 week ago

Screenshot 2024-06-14 221518 What dependencies do i need to have to make it compile successfully?

OS: Ubuntu 22.04.4 LTS on Windows 10 x86_64 Kernel: 5.15.146.1-microsoft-standard-WSL2 Shell: bash 5.1.16

command bash ./scripts/build_stage1.sh

Im on wsl btw

r58Playz commented 1 week ago

You must have blkid with its development files installed.

happylabdab2 commented 1 week ago

Im trying it with libblkid-dev installed and btw it would be helpfull if there was a dependency list

happylabdab2 commented 1 week ago

Thank You, it works now

happylabdab2 commented 1 week ago

For the people with same issue install the libblkid-dev package sudo apt install libblkid-dev