Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diemmarkus/fcstools
Automatically exported from code.google.com/p/fcstools
https://github.com/diemmarkus/fcstools
Last synced: 24 days ago
JSON representation
Automatically exported from code.google.com/p/fcstools
- Host: GitHub
- URL: https://github.com/diemmarkus/fcstools
- Owner: diemmarkus
- Created: 2015-06-02T12:07:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T12:09:43.000Z (over 9 years ago)
- Last Synced: 2023-07-28T01:43:15.620Z (over 1 year ago)
- Language: C++
- Size: 2.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To compile you need a compiler & make utility. I would suggest the GNU toolset, as this is what I am compiling with. However, the code is standard enough that it should compile Damn Near Anywhere.
If you are building a project from this code, the code-base itself is flat and relative: keep all the code as it is, here, and it should compile just fine.
To compile:
make
Or:
make all -jX
Where `X' is one more than the number of processors and `all' means `all' projects. Optionally:
make Info
Builds just fcsinfo
make Convert
Builds just fcsconvert
make Test
Builds just fcstest (out-of-data)
make FCSxToHR
Builds fcstofchr and fchrtofcs
All of the source code is released under the GPL2, but the initial copyrights all are reserved to Jacob N. Smith. This code is used in internal projects; these projects are patent-encumbered, although this code is not; the code for those projects is closed-source and proprietary. Only those projects which I personally approve are allowed to use variants of the copyright which are not GPL2.