Skip to content

Commit

Permalink
Move setup page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 1, 2020
1 parent 52e7a57 commit d55093e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
28 changes: 25 additions & 3 deletions chapters/setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Setup

- [macOS](setup/macos.md)
- [Windows](setup/windows.md)
- [Linux](setup/linux.md)
## Project Types

- ConsoleApp
- GuiApp
- AudioApp
- Plug-in

## Project management

- git submodules
- living at head

## Project Documentation

- comments
- GitHub Pages
- Doxygen
- readthedocs

## Project Check-List

- clang-format
- clang-tidy
- Warnings
- Optimizations
26 changes: 2 additions & 24 deletions chapters/setup/create_project.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
# Create Project

## Project Types
## Projucer

- ConsoleApp
- GuiApp
- AudioApp
- Plug-in

## Project management

- git submodules
- living at head

## Project Documentation

- comments
- GitHub Pages
- Doxygen
- readthedocs

## Project Check-List

- clang-format
- clang-tidy
- Warnings
- Optimizations
## CMake

0 comments on commit d55093e

Please sign in to comment.