Changes between Version 6 and Version 7 of oss/lolunit/tutorial
- Timestamp:
- Sep 8, 2011, 3:40:26 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
oss/lolunit/tutorial
v6 v7 14 14 }}} 15 15 16 No additional compiler or linker flags are required as long as the `<unit.h>` file is copied in a place where the compiler can find it.16 '''No library and no compiler or linker flags are required''' as long as the `<lol/unit.h>` file is copied in a place where the compiler can find it, for instance in `/usr/include/lol/unit.h`. 17 17 18 18 == Fixtures and tests ==