Changes

Jump to navigation Jump to search
Line 52: Line 52:     
== Upgrade notes ==
 
== Upgrade notes ==
 +
 
{| class="wikitable"
 
{| class="wikitable"
 
!scope="row" | git
 
!scope="row" | git
Line 58: Line 59:  
|-
 
|-
 
|}
 
|}
 +
 +
Packages:
 +
 +
apt-get install liblocal-lib-perl libio-compress-perl libnet-ssleay-perl createrepo cmake librpm-dev check
 +
 +
Gems:
 +
 +
su - obs
 +
cd ~/app/src/api
 +
rake gems:install
 +
 +
Perl modules:
 +
cpan -i Socket/MsgHdr.pm
 +
 +
Build sat-solver:
 +
 +
su - obs
 +
cd ~/app/src/backend/sat-solver
 +
cmake . -DDEBIAN=1
 +
make
 +
 +
Build BSSolv:
 +
 +
su - obs
 +
cd ~/app/src/backend
 +
perl Makefile.PL
 +
make
    
== Hints ==
 
== Hints ==

Navigation menu