Skip to content

Commit 50c55ef

Browse files
starseekermpictor
authored andcommitted
Add a few notes on the current state of the STEP libraries. Since things are now passing distcheck, pass the baton over to the 'make functionality fixes and develop new functionality' folk.
git-svn-id: https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk/src/other/step@34045 2f96ce8b-6d43-0410-b8df-bffccc660ffb
1 parent 2eab942 commit 50c55ef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
***********************************************************************
2+
Notes/TODO items specific to the STEP libraries as included in BRL-CAD:
3+
4+
* Original build system has been replaced with Makefile.am and
5+
configure.ac files in the style of BRL-CAD's autotools build
6+
system.
7+
8+
* Changes have been made to src/express to get it compiling with
9+
the output of different versions of lex/flex/bison. These
10+
changes are not yet tested in terms of impact on functionality
11+
and should be a starting point for any debugging of EXPRESS
12+
parsing issues.
13+
14+
* None of the original test codes have been incorporated into the
15+
new build system, but they are still present in src/test
16+
17+
* Express and exppp header files have been relocated to subdirectories
18+
in include. The names of the library files being built have been
19+
altered, and clstepcore and cleditor now build as separate libraries.
20+
21+
* Numerous minor changes have been made, mostly including stdlib
22+
and other required files.
23+
24+
***********************************************************************
25+
126
README.scl (top level README) February 1998
227

328
THE NIST STEP TOOLSET

0 commit comments

Comments
 (0)