this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1679 from lzap/fedora-build

Fedora build instructions

authored by

Vadim Grigoruk and committed by
GitHub
53521e22 f0c9c799

+28 -16
+28 -16
README.md
··· 105 105 cmake .. 106 106 make -j4 107 107 ``` 108 + 109 + ### Fedora 110 + 111 + run the following commands in the Terminal 112 + ``` 113 + sudo dnf -y groupinstall "Development Tools" 114 + sudo dnf -y install git cmake libglvnd-devel libglvnd-gles freeglut-devel 115 + git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build 116 + cmake .. 117 + make -j4 118 + ``` 119 + 108 120 Install with [Install instructions](#install-instructions) 109 121 110 122 ### Raspberry Pi (Retropie) 111 123 112 124 First, add jessie-backports repo to your `/etc/apt/sources.list` 113 125 114 - `deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main` 126 + `deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main` 115 127 116 128 Then run the following commands in the Terminal 117 129 118 130 ``` 119 131 # required public keys 120 - gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553 132 + gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553 121 133 gpg -a --export 8B48AD6246925553 | sudo apt-key add - 122 134 gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010 123 135 gpg -a --export 7638D0442B90D010 | sudo apt-key add - ··· 153 165 154 166 # Install instructions 155 167 156 - ## Linux 168 + ## Linux 157 169 To install run `sudo make install -j4` 158 170 159 171 TIC-80 can now be run with `tic80` 160 172 161 173 ## iOS / tvOS 162 - You can find iOS/tvOS version here 174 + You can find iOS/tvOS version here 163 175 - 0.60.3: https://github.com/brunophilipe/TIC-80 164 176 - 0.45.0: https://github.com/CliffsDover/TIC-80 165 177 166 178 ## Credits 167 179 168 - * Filippo Rivato - [Twitter @HomineLudens](https://twitter.com/HomineLudens) 169 - * Fred Bednarski - [Twitter @FredBednarski](https://twitter.com/FredBednarski) 170 - * Al Rado - [Twitter @alrado2](https://twitter.com/alrado2) 171 - * Trevor Martin - [Twitter @trelemar](https://twitter.com/trelemar) 172 - * MonstersGoBoom - [Twitter @MonstersGoBoom](https://twitter.com/MonstersGo) 173 - * Matheus Lessa - [Twitter @matheuslrod](https://twitter.com/matheuslrod) 174 - * CliffsDover - [Twitter @DancingBottle](https://twitter.com/DancingBottle) 175 - * Frantisek Jahoda - [GitHub @jahodfra](https://github.com/jahodfra) 176 - * Guilherme Medeiros - [GitHub @frenetic](https://github.com/frenetic) 177 - * Andrei Rudenko - [GitHub @RudenkoArts](https://github.com/RudenkoArts) 178 - * Phil Hagelberg - [@technomancy](https://technomancy.us/colophon) 180 + * Filippo Rivato - [Twitter @HomineLudens](https://twitter.com/HomineLudens) 181 + * Fred Bednarski - [Twitter @FredBednarski](https://twitter.com/FredBednarski) 182 + * Al Rado - [Twitter @alrado2](https://twitter.com/alrado2) 183 + * Trevor Martin - [Twitter @trelemar](https://twitter.com/trelemar) 184 + * MonstersGoBoom - [Twitter @MonstersGoBoom](https://twitter.com/MonstersGo) 185 + * Matheus Lessa - [Twitter @matheuslrod](https://twitter.com/matheuslrod) 186 + * CliffsDover - [Twitter @DancingBottle](https://twitter.com/DancingBottle) 187 + * Frantisek Jahoda - [GitHub @jahodfra](https://github.com/jahodfra) 188 + * Guilherme Medeiros - [GitHub @frenetic](https://github.com/frenetic) 189 + * Andrei Rudenko - [GitHub @RudenkoArts](https://github.com/RudenkoArts) 190 + * Phil Hagelberg - [@technomancy](https://technomancy.us/colophon) 179 191 * Rob Loach - [Twitter @RobLoach](https://twitter.com/RobLoach) [GitHub @RobLoach](https://github.com/RobLoach) 180 192 * Wade Brainerd - [GitHub @wadetb](https://github.com/wadetb) 181 193 * Paul Robinson - [GitHub @paul59](https://github.com/paul59) 182 194 * Stefan Devai - [GitHub @stefandevai](https://github.com/stefandevai) [Blog stefandevai.me](https://stefandevai.me) 183 195 * Damien de Lemeny - [GitHub @ddelemeny](https://github.com/ddelemeny) 184 196 * Adrian Siekierka - [GitHub @asiekierka](https://github.com/asiekierka) [Website](https://asie.pl/) 185 - * Jay Em (Sweetie16 palette) - [Twitter @GrafxKid](https://twitter.com/GrafxKid) 197 + * Jay Em (Sweetie16 palette) - [Twitter @GrafxKid](https://twitter.com/GrafxKid) 186 198 * msx80 - [Twitter @msx80](https://twitter.com/msx80) [Github msx80](https://github.com/msx80) 187 199 * Josh Goebel - [Twitter @dreamer3](https://twitter.com/dreamer3) [Github joshgoebel](https://github.com/joshgoebel) 188 200 * Joshua Minor - [GitHub @jminor](https://github.com/jminor)