Changes between Version 1 and Version 2 of SummerOfCode2015Libsolv
- Timestamp:
- Aug 24, 2015, 6:34:40 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2015Libsolv
v1 v2 26 26 27 27 I 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]] 31 Use -l option to use libsolv engine for search and install commands. 32 {{{ 33 portlibsolv search -l <portname> 34 portlibsolv install -l <portname> 35 portlibsolv install -l <portname> <conflictingportname> 36 }}} 37 38 '''Note:''' portlibsolv is our alias for gsoc15-dependecy branch's port command.