David Blume commited on 2015-11-08 14:31:11
Showing 1 changed files, with 18 additions and 4 deletions.
... | ... |
@@ -1,15 +1,29 @@ |
1 |
-This is a test project. You can do anything here. |
|
1 |
+# testcode |
|
2 |
+ |
|
3 |
+This is just a test project. You can do anything here, test g++, make, cmake, |
|
4 |
+git, cscope, and IDE projects. |
|
5 |
+ |
|
6 |
+# Getting the project |
|
7 |
+ |
|
8 |
+You can get a copy of this project by clicking on the |
|
9 |
+[ZIP](http://git.dlma.com/testcode.git/zipball/master) |
|
10 |
+or [TAR](http://git.dlma.com/testcode.git/tarball/master) buttons |
|
11 |
+near the top right of the GitList web page. |
|
2 | 12 |
|
3 | 13 |
You can clone from the origin with: |
4 | 14 |
|
5 |
-$ git clone ssh://USERNAME@dlma.com/~/git/testcode.git |
|
15 |
+ git clone ssh://USERNAME@dlma.com/~/git/testcode.git |
|
6 | 16 |
|
7 |
-CURRENT FEATURES |
|
17 |
+## Current Features |
|
8 | 18 |
|
9 | 19 |
* Multiple directories for testing build systems and IDEs |
10 | 20 |
* "make" essentially works. |
11 | 21 |
|
12 |
-TODO: |
|
22 |
+## Is it any good? |
|
23 |
+ |
|
24 |
+[Yes](https://news.ycombinator.com/item?id=3067434). |
|
25 |
+ |
|
26 |
+## To Do |
|
13 | 27 |
|
14 | 28 |
* Compare make vs. cmake vs. autotools |
15 | 29 |
* Experiment with ctags generation |
16 | 30 |