TomTravis / crouton_Penguin

Chromium OS Penguin multi user linux work station
https://drive.google.com/uc?export=download&id=1HFjX1OejjHAYbaHVL3l9krmBUkA1caZR
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

update the depend for systemD #24

Closed TomTravis closed 1 year ago

TomTravis commented 1 year ago

the is the sudo apt build-dep systemd install

TomTravis commented 1 year ago

sudo apt bulid-dep systemd sudo apt install #other dep as needed jinja git clone https://github.com/systemd/systemd.git cd systemd mkdir bld cd bld meson ../ #this start the build sudo ninja install

TomTravis commented 1 year ago

complete