Skip to content

Commit

Permalink
Cleaning up and fixing README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobermudez committed Apr 7, 2024
1 parent 06dea3c commit 08b78e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Ruby: Make sure you have Ruby installed on your system. You can download it from
GTK3: Ensure that GTK3 is installed. If not, you can install it using your system's package manager. For example, on Ubuntu, you can install it with the following command:

```bash
sudo apt-get install libgtk-3-dev
sudo apt-get install libgtk-3-dev sqlite3 ruby-dev libgirepository1.0-dev libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev ruby-full ruby-bundler
```
GStreamer: Install GStreamer, which is used for multimedia playback. Again, you can use your system's package manager to install it. For example, on Ubuntu:
```bash
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav
```

Clone into your home folder
Expand All @@ -25,9 +25,7 @@ git clone https://github.com/robertobermudez/banshy.git

```bash
cd banshy
bundle exec install
bundle exec rake migrate:up
./banshy
./install
```


Expand Down
11 changes: 0 additions & 11 deletions banshy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ export GEM_PATH
export GEM_HOME
export PATH=$PATH:$GEM_HOME'/bin'

# gem pristine gdk_pixbuf2 --version 4.2.1
# gem pristine gio2 --version 4.2.1
# gem pristine glib2 --version 4.2.1
# gem pristine gobject-introspection --version 4.2.1
# gem pristine gstreamer --version 4.2.1
# gem pristine gtk3 --version 4.2.1
# gem pristine interception --version 0.5
# gem pristine json --version 2.7.1
# gem pristine pango --version 4.2.1
# gem pristine racc --version 1.7.3

ruby --version

RUBY_PATH="${1:-$(which ruby)}"
Expand Down

0 comments on commit 08b78e1

Please sign in to comment.