commit f1982d015dd15b9ef4c2f8fbdf7f80760bff4981
parent 9202a1f9b295aee0bc58791b75d6d342696e7bda
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Tue, 28 Mar 2023 22:50:18 -0600
feat: add video to README, fix install typos.
Diffstat:
2 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
@@ -32,7 +32,7 @@ make build
make install # or sudo make install
```
-You can also see more detailed instructions [here](./user-scripts/ubuntu-20.04/install-with-dependencies.sh), for Ubuntu 20.04 in particular—though they should generalize trivially.
+You can also see more detailed instructions [here](./user-scripts/ubuntu-20.04/install-with-dependencies.sh), for Ubuntu 20.04 in particular—though they should generalize trivially. Or a video installing rosenrot in a fresh Ubuntu 20.04 virtual machine [here](https://video.nunosempere.com/w/t3oAvJLPHTSAMViQ6zbwTV).
### 👐 Contribute
@@ -41,10 +41,6 @@ You can also see more detailed instructions [here](./user-scripts/ubuntu-20.04/i
### To do
-- [ ] Streamline installation a bit
- - Substitute paths in makefile
- - Create cache directory automatically
-- [ ] Add an installation tutorial
- [ ] Look at using relative rather than absolute paths
- [ ] Add css for js alerts
- [ ] Figure out if downloading files is doable.
@@ -57,6 +53,10 @@ You can also see more detailed instructions [here](./user-scripts/ubuntu-20.04/i
Done:
+- [x] Streamline installation a bit
+ - [x] Substitute paths in makefile
+ - [x] Create cache directory automatically
+- [x] Add an installation video walkthrough. Done, [here](https://video.nunosempere.com/w/t3oAvJLPHTSAMViQ6zbwTV)
- [x] Document `stand_in.c` better
- [x] Use a makefile.
- [x] Add clean, uninstall to makefile
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
@@ -1,11 +1,11 @@
-# Dependencies
+# Key dependencies
sudo apt install git vim gcc make
sudo apt install libwebkit2gtk-4.0-dev
-# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
-# Adblock
+# Optional adblock
git clone https://github.com/jun7/wyebadblock
cd wyebadblock
+sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
make
sudo make install
cd ..
@@ -14,12 +14,6 @@ cd ~/.config/wyebadblock
wget https://easylist.to/easylist/easylist.txt
cd -
-# Rose config
-user=$(whoami)
-mkdir -p /home/$user/.cache/rose
-cp ../../config.def.h ../../config.h # you should also probably customize this yourself.
-sed "s/fenze/$user/g" ../../config.h
-
cd ../..
make build # or just make
sudo make install