Changes between Version 16 and Version 17 of StartModDev
- Timestamp:
- Feb 10, 2013, 4:56:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModDev
v16 v17 48 48 == Creating the {{{simple}}} library == 49 49 50 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].50 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/boostorg/boost Boost super-project]. 51 51 52 52 * 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.