Skip to content

Commit 8545ffa

Browse files
committed
strip down README.md
1 parent fdb7a7f commit 8545ffa

1 file changed

Lines changed: 3 additions & 37 deletions

File tree

README.md

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,15 @@ With this project, we want to provide an example and starting point for C++ proj
77
The project has initially been forked/copied from [Jason Turner's cpp_starter_project](https://github.com/lefticus/cpp_starter_project).
88

99

10-
<hr>
11-
## original README:
12-
13-
# cpp_starter_project
14-
15-
[![codecov](https://codecov.io/gh/lefticus/cpp_starter_project/branch/master/graph/badge.svg)](https://codecov.io/gh/lefticus/cpp_starter_project)
16-
17-
[![Build Status](https://travis-ci.org/lefticus/cpp_starter_project.svg?branch=master)](https://travis-ci.org/lefticus/cpp_starter_project)
18-
19-
[![Build status](https://ci.appveyor.com/api/projects/status/ro4lbfoa7n0sy74c/branch/master?svg=true)](https://ci.appveyor.com/project/lefticus/cpp-starter-project/branch/master)
20-
21-
![CMake](https://github.com/lefticus/cpp_starter_project/workflows/CMake/badge.svg)
10+
## Build Status
2211

12+
![CMake](https://github.com/Zuehlke/cpp_example_project/workflows/CMake/badge.svg)
2313

2414
## Getting Started
2515

2616
### Use the Github template
2717
First, click the green `Use this template` button near the top of this page.
28-
This will take you to Github's ['Generate Repository'](https://github.com/lefticus/cpp_starter_project/generate) page.
18+
This will take you to Github's ['Generate Repository'](https://github.com/Zuehlke/cpp_example_project/generate) page.
2919
Fill in a repository name and short description, and click 'Create repository from template'.
3020
This will allow you to create a new repository in your Github account,
3121
prepopulated with the contents of this project.
@@ -227,30 +217,6 @@ The following compilers should work:
227217
https://github.com/include-what-you-use/include-what-you-use#how-to-install
228218
</details>
229219

230-
#### GUI libraries
231-
This project can be made to work with several optional GUI frameworks.
232-
233-
If desired, you should install the following optional dependencies as
234-
directed by their documentation, linked here:
235-
236-
- [FLTK](https://www.fltk.org/doc-1.4/index.html)
237-
- [GTKMM](https://www.gtkmm.org/en/documentation.html)
238-
- [QT](https://doc.qt.io/)
239-
240-
The following dependencies can be downloaded automatically by CMake and Conan.
241-
All you need to do to install them is to turn on a CMake flag during
242-
configuration.
243-
If you run into difficulty using them, please refer to their documentation,
244-
linked here:
245-
246-
- [NANA](http://nanapro.org/en-us/documentation/)
247-
- [SDL](http://wiki.libsdl.org/FrontPage)
248-
- [IMGUI](https://github.com/ocornut/imgui/tree/master/docs):
249-
This framework depends on SFML, and if you are using Linux, you may need
250-
to install several of SFML's dependencies using your package manager. See
251-
[the SFML build tutorial](https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php)
252-
for specifics.
253-
254220
## Build Instructions
255221

256222
### Build directory

0 commit comments

Comments
 (0)