Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 367 Bytes

0cmake

0compile utility for CMake-based Ryppl projects

Howto

0cmake can be used in a Ryppl project's 0install feed to build and install the feed from source. For example:

    <command name='compile'>
     <runner interface='http://ryppl.github.com/feeds/ryppl/0cmake.xml'/>
       <arg>--component=bin</arg>
     </runner>
    </command>