Skip to content

Instantly share code, notes, and snippets.

@paladini
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paladini/b6426547261a12abdfb0 to your computer and use it in GitHub Desktop.
Save paladini/b6426547261a12abdfb0 to your computer and use it in GitHub Desktop.
A small guide to install EPOS (Embedded Parallel Operating System) in your Fedora 22.
#
# A small guide to install EPOS (Embedded Parallel Operating System) in your Fedora 22.
# http://www.lisha.ufsc.br
#
# Feel free to ask for help or improve the guide.
#
# References:
# http://www.lisha.ufsc.br/teaching/dos/epos_quick_start.html
# https://epos.lisha.ufsc.br/EPOS+User+Guide#EPOS_User_Guide
#
# Created on 17/08/2015 by Fernando Paladini
cd ~
wget http://epos.lisha.ufsc.br/dl87 -O ia32.tar.gz
tar -xvzf ia32.tar.gz
sudo mkdir /usr/local/ia32/
sudo mv gcc-4.4.4/ /usr/local/ia32
sudo dnf install gcc-c++.i686
sudo dnf install glibc.i686
sudo dnf install glibc-devel.i686
sudo dnf install dev86
sudo dnf install subversion
svn co https://epos.lisha.ufsc.br/svn/teaching/ine5424 epos
cd epos
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment