Changes between Version 11 and Version 12 of StartModDev
- Timestamp:
- Dec 10, 2012, 1:56:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModDev
v11 v12 1 = Getting Started with Modular Boost Library Development =1 = Getting Started with Modular Boost Library Development using Git = 2 2 3 || This is a work in progress || 3 This page describes the mechanics of creating a new modular Boost library using Git. 4 5 The intended audience: 6 7 * Developers who want to create a new library to be proposed for eventual inclusion in Boost. 8 * Developers of existing pre-modular Boost libraries who want to understand the mechanics of modular Boost and Git. 4 9 5 10 == Prerequisites == … … 37 42 38 43 == Creating the {{{simple}}} library == 44 45 This procedure will create a trivial library named {{{simple}}}. Its public repository will be hosted in your own [http://github.com GitHub] account. You will do development using a private repository that is located within a Boost installation on your local machine. This simulates your library being a sub-module of the [https://github.com/boost-lib/boost Boost super-project]. 39 46 40 47 * With your web browser, sign into your [https://github.com GitHub] account and create a repository named {{{simple}}}. Select the option to automatically create a README file. Copy the URL of the newly created repository to your clipboard.