Changes between Version 1 and Version 2 of SummerOfCode2015Libsolv


Ignore:
Timestamp:
Aug 24, 2015, 6:34:40 PM (9 years ago)
Author:
JacksonIsaac (Jackson Isaac)
Comment:

Add 'Testing libsolv engine' section.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2015Libsolv

    v1 v2  
    2626
    2727I have written a small shell script to do the above tasks at https://raw.githubusercontent.com/JacksonIsaac/macports-libsolv/master/mplibsolv.sh
     28
     29'''Testing libsolv engine'''
     30[[BR]]
     31Use -l option to use libsolv engine for search and install commands.
     32{{{
     33portlibsolv search -l <portname>
     34portlibsolv install -l <portname>
     35portlibsolv install -l <portname> <conflictingportname>
     36}}}
     37
     38'''Note:''' portlibsolv is our alias for gsoc15-dependecy branch's port command.