Changes between Version 11 and Version 12 of StartModDev


Ignore:
Timestamp:
Dec 10, 2012, 1:56:43 PM (10 years ago)
Author:
Beman Dawes
Comment:

Clarify intended audience, add overview of creating simple

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 =
    22
    3 || This is a work in progress ||
     3This page describes the mechanics of creating a new modular Boost library using Git.
     4
     5The 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.
    49
    510== Prerequisites ==
     
    3742
    3843== Creating the {{{simple}}} library ==
     44
     45This 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].
    3946
    4047 * 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.