Skip to content

Commit

Permalink
Merge pull request #55 from alphastar868/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
eloaders committed Oct 5, 2016
2 parents 98c6917 + d8c3a76 commit 3165d3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ sudo dpkg -i ./i-nex*.deb

## Build in CentOS/RHEL

### Adding required repositories:

To satisfy build dependencies, please add the [Fedora EPEL](https://fedoraproject.org/wiki/EPEL) and [NUX Dextop](https://li.nux.ro/repos.html) repositories.

### Installing dependencies:
```
yum install fdupes glx-utils i2c-tools procps-ng
Expand All @@ -129,6 +133,10 @@ where _VERSION_ = currently available Rawhide RPM
gambas3-gb-form-stock gambas3-gb-gtk gambas3-gb-gui gambas3-gb-image gambas3-gb-qt5* gambas3-gb-settings \
libcpuid* libcpuid*-devel
```
NOTE: Additional packages may need to be (re)built from [Rawhide](https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/source/tree/Packages/), as Gambas build prerequisites:
```
yum --nogpgcheck localinstall allegro* alure* dumb* fluidsynth* lash* SDL2_image* SDL2_mixer* SDL2_ttf*
```

### Building RPM from latest commit sources:
where _GITTAG_ = Short git commit tag,
Expand Down

0 comments on commit 3165d3a

Please sign in to comment.