Skip to content

Commit

Permalink
Add headings and warn about upcoming choices
Browse files Browse the repository at this point in the history
  • Loading branch information
ntc2 authored Jun 1, 2018
1 parent 34725d8 commit 4e30888
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,39 @@ See [ubuntuhandbook.org instructions](http://ubuntuhandbook.org/index.php/2016/0

If you have trouble with the PPA version try the manual install below.

### Fedora Install
### Fedora Package Manager Install

There is no Fedora package provided yet. Please use "Manual Install" below.
There is no Fedora package provided yet. Please use [Manual Install](#manual-install) below.

### Manual Install

To install manually you first install the dependencies using your package manager, and then install `fluxgui` using the provided `setup.py`. The manual install can be done locally or system wide.

#### Install Dependencies Using Package Manager

##### Ubuntu/Debian

```bash
# EITHER Install dependencies - Ubuntu/Debian
sudo apt-get install git python-appindicator python-xdg python-pexpect python-gconf python-gtk2 python-glade2 libxxf86vm1
# EXCLUSIVE OR Install dependencies - Fedora/CentOS
```
##### Fedora/CentOS

```bash
sudo yum install git python-appindicator python2-pyxdg python2-pexpect gnome-python2-gconf pygtk2 pygtk2-libglade
```

#### Install `fluxgui`

There are separate instructions in the code below for installing system wide and for installing locally in your user directory; choose one.

```bash
# Download fluxgui
cd /tmp
git clone "https://github.com/xflux-gui/fluxgui.git"
cd fluxgui
python download-xflux.py

# EITHER install globally
# EITHER install system wide
sudo python setup.py install

# EXCLUSIVE OR, install in your home directory. The binary installs
Expand Down

0 comments on commit 4e30888

Please sign in to comment.