Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
edeonslackware [2014/03/29 07:11]
kraileth Moved content over from "InstallingOnSlackware" since this page doesn't neccessarily have to deal only with installation but with any distro specific things. Also added a bunch of additional info.
edeonslackware [2015/10/03 14:54] (current)
Line 20: Line 20:
 === Architectures and distribution versions === === Architectures and distribution versions ===
  
-We have ''​Slackware''​ **14.0** packages ​in our repository ​for **i486** and **x86_64** systems.+  * We provide **version 2.1** packages for **i486** and **x86_64** systems with ''​Slackware''​ **14.1**. 
 +  * We also still have **version 2.0** packages ​available ​for **i486** and **x86_64** systems ​with ''​Slackware''​ **14.0**.
  
 === Downloading and installing === === Downloading and installing ===
  
-  - Obtain the packages **fltk13-1.3.2-$arch-1_SBo.tgz**,​ **edelib-2.0-$arch-1_SBo.tgz** and **ede-2.0-$arch-1_SBo.tgz** for your respective architecture from [[http://equinox-project.org/​repos/​slackware/​|here]].+  - Obtain the packages **fltk13-1.3.2-$arch-1_SBo.tgz**,​ **edelib-2.0-$arch-1_SBo.tgz** and **ede-2.0-$arch-1_SBo.tgz** for your respective architecture from [[http://ede.elderlinux.org/​repos/​slackware/​|here]].
   - Install the packages   - Install the packages
  
 == Example for the lazy == == Example for the lazy ==
  
-To grab the i486 packages via wget you can just copy this command: +To grab the x86_64 ​packages ​on ''​Slackware''​ 14.1 via wget you can just copy this command: 
-  wget http://equinox-project.org/​repos/​slackware/​i486/​fltk13-1.3.2-i486-1_SBo.tgz http://equinox-project.org/​repos/​slackware/​i486/edelib-2.0-i486-1_SBo.tgz http://equinox-project.org/​repos/​slackware/​i486/ede-2.0-i486-1_SBo.tgz+  wget http://ede.elderlinux.org/​repos/​slackware/​14.1/x86_64/​fltk13-1.3.2-x86_64-2_SBo.tgz http://ede.elderlinux.org/​repos/​slackware/​14.1/x86_64/edelib-2.1-x86_64-1_SBo.tgz http://ede.elderlinux.org/​repos/​slackware/​14.1/x86_64/ede-2.1-x86_64-1_SBo.tgz
 Install them with this command: Install them with this command:
-  installpkg ./​fltk13-1.3.2-i486-1_SBo.tgz ./edelib-2.0-i486-1_SBo.tgz ./ede-2.0-i486-1_SBo.tgz+  installpkg ./​fltk13-1.3.2-x86_64-2_SBo.tgz ./edelib-2.1-x86_64-1_SBo.tgz ./ede-2.1-x86_64-1_SBo.tgz
  
  
Line 45: Line 46:
 === Preparing and installing the packages === === Preparing and installing the packages ===
  
-To build the packages yourself, first create a working directory and change to it. Then download the needed ''​%%SlackBuilds%%''​. You can download them with any browser or with the following console commands (substitute 14.with 14.if appropriate and download fltk.tar.gz instead if you really want FLTK 1.1):+To build the packages yourself, first create a working directory and change to it. Then download the needed ''​%%SlackBuilds%%''​. You can download them with any browser or with the following console commands (substitute 14.with 14.if appropriate and download fltk.tar.gz instead if you really want FLTK 1.1):
  
 <​code>​ <​code>​
-wget http://​slackbuilds.org/​slackbuilds/​14.0/​development/​ftjam.tar.gz +wget http://​slackbuilds.org/​slackbuilds/​14.1/​development/​ftjam.tar.gz 
-wget http://​slackbuilds.org/​slackbuilds/​14.0/​libraries/​fltk13.tar.gz +wget http://​slackbuilds.org/​slackbuilds/​14.1/​libraries/​fltk13.tar.gz 
-wget http://​slackbuilds.org/​slackbuilds/​14.0/​libraries/​edelib.tar.gz +wget http://​slackbuilds.org/​slackbuilds/​14.1/​libraries/​edelib.tar.gz 
-wget http://​slackbuilds.org/​slackbuilds/​14.0/​desktop/​ede.tar.gz+wget http://​slackbuilds.org/​slackbuilds/​14.1/​desktop/​ede.tar.gz
 </​code>​ </​code>​
  
Print/export