Changes between Version 10 and Version 11 of Documentation


Ignore:
Timestamp:
Jan 14, 2017, 12:33:47 PM (7 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v10 v11  
    128128You should add the apt sources list file corresponding to your distribution and use it. E.g. on Ubuntu 16.04:
    129129
     130{{{
    130131# cd /etc/apt/sources.list.d/
    131132# wget http://ftp.project-builder.org/ubuntu/16.04/pb.sources.list
     
    133134# apt-get update
    134135# apt-get install project-builder
     136}}}
    135137
    136138== rpm based distributions ==
     
    138140You should add the repo file corresponding to your distribution and use it. E.g. on CentOS 7:
    139141
     142{{{
    140143# cd /etc/yum.repos.d
    141144# wget http://ftp.project-builder.org/centos/7/x86_64/pb.repo
     
    143146# yum update
    144147# yum install project-builder
     148}}}
     149
     150== ebuild based distributions ==
     151
    145152
    146153= Non upstream usage of  Project-Builder.org =