|
Revision 19, 0.8 kB
(checked in by flithm, 5 years ago)
|
README update
|
| Line | |
|---|
| 1 |
Tango.Scrapple (http://www.dsource.org/projects/tango.scrapple) |
|---|
| 2 |
=------------= |
|---|
| 3 |
|
|---|
| 4 |
A collection of handy Tango based codes and classes that otherwise don't |
|---|
| 5 |
have a home. |
|---|
| 6 |
|
|---|
| 7 |
Code in Tango.Scrapple is intended as a staging ground for inclusion |
|---|
| 8 |
into Tango mainline, so consider Tango.Scrapple a bit of a testing |
|---|
| 9 |
grounds. |
|---|
| 10 |
|
|---|
| 11 |
Building Tango.Scrapple |
|---|
| 12 |
=---------------------= |
|---|
| 13 |
|
|---|
| 14 |
Of course you can just copy any desired source files into your project, |
|---|
| 15 |
or if you perfer to link to a shared object / dll, you can compile a |
|---|
| 16 |
library with one of the following methods: |
|---|
| 17 |
|
|---|
| 18 |
DSSS |
|---|
| 19 |
---- |
|---|
| 20 |
|
|---|
| 21 |
- ensure dsss is installed |
|---|
| 22 |
- download and unpack Tango.Scrapple |
|---|
| 23 |
- cd <path to unpacked Tango.Scrapple> |
|---|
| 24 |
- dsss build |
|---|
| 25 |
|
|---|
| 26 |
CMake |
|---|
| 27 |
----- |
|---|
| 28 |
|
|---|
| 29 |
- ensure cmake is installed |
|---|
| 30 |
- download and unpack Tango.Scrapple |
|---|
| 31 |
- mkdir build && cd build |
|---|
| 32 |
- cmake <path to unpacked Tango.Scrapple> |
|---|
| 33 |
- make |
|---|