tweak: tweak ubuntu 20.04 install instructions.
This commit is contained in:
parent
33b30cfe05
commit
b125b26891
|
@ -1,6 +1,6 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
sudo apt install git vim gcc make
|
||||||
sudo apt install libwebkit2gtk-4.0-dev
|
sudo apt install libwebkit2gtk-4.0-dev
|
||||||
sudo apt install clang
|
|
||||||
# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
|
# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
|
||||||
|
|
||||||
# Adblock
|
# Adblock
|
||||||
|
@ -20,7 +20,6 @@ mkdir -p /home/$user/.cache/rose
|
||||||
cp ../../config.def.h ../../config.h # you should also probably customize this yourself.
|
cp ../../config.def.h ../../config.h # you should also probably customize this yourself.
|
||||||
sed "s/fenze/$user/g" ../../config.h
|
sed "s/fenze/$user/g" ../../config.h
|
||||||
|
|
||||||
# sudo bash ../../install.sh
|
|
||||||
cd ../..
|
cd ../..
|
||||||
make build # or just make
|
make build # or just make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user