Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

vsemyonoff/template

Repository files navigation

GNU make/XCode 5 template for C/C++ projects

Main idea

Please look here and here for the concepts.

How to use that?

I want to start new project 'SuperProject'.

  1. Local project, only working repo:
    • git clone git://github.com/vsemyonoff/template SuperProject
    • cd SuperProject
    • ./mkproject
  2. Local project with custom local origin:
    • git clone git://github.com/vsemyonoff/template SuperProject
    • cd SuperProject
    • ./mkproject /mnt/projects/superproject
  3. Project with custom remote origin:
    • Go to github.com
    • Create new repo (for example 'superproject')
    • git clone git://github.com/vsemyonoff/template SuperProject
    • cd SuperProject
    • ./mkproject git://[email protected]:githubuser/superproject

Open 'SuperProject.xcodeproj' and build it. To be able to run/debug

Edit Scheme > Run > Other > '/project/path/SuperProject/bin/SuperProject'.

  • First example will create local project and init repo without origin.
  • Second will also create local master repo and push initial commit there.
  • Third will do the same but setup as origin GitHub repo and push there.

About

GNU make/Xcode5 C/C++ template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published