mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Update how Ly is built. (#30)
Fix ly build. Co-authored-by: Takumi Sueda <puhitaku@gmail.com>
This commit is contained in:
parent
14275cdb60
commit
0a39083d9e
@ -70,9 +70,8 @@ systemctl enable fake-hwclock
|
|||||||
# Ly
|
# Ly
|
||||||
apt install -y libpam0g-dev libxcb-xkb-dev
|
apt install -y libpam0g-dev libxcb-xkb-dev
|
||||||
cd /
|
cd /
|
||||||
git clone https://github.com/nullgemm/ly.git
|
git clone --recurse --submodules https://github.com/nullgemm/ly.git
|
||||||
cd ly
|
cd ly
|
||||||
make github
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
cd /
|
cd /
|
||||||
|
Loading…
Reference in New Issue
Block a user