diff options
author | Brian Paul <[email protected]> | 1999-01-14 03:12:22 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-01-14 03:12:22 +0000 |
commit | 72f680e5174182dbbd9c4f867e87f8a7f60a89eb (patch) | |
tree | 8018321adb8c333973f3b1efea0797ea0aadb34d /docs | |
parent | 3867fa4cfabcb3209ebea244f61c0553079a2ecb (diff) |
Initial revision
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.LYNXOS | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/README.LYNXOS b/docs/README.LYNXOS new file mode 100644 index 00000000000..38f479e272a --- /dev/null +++ b/docs/README.LYNXOS @@ -0,0 +1,24 @@ + +LynxOS Notes +------------ + +The LynxOS make instructions are really a copy of the Linux make with +the addition of a -lbsd flag for the networking. Everything else seems +to work fine. Just go to the root directory and type "make lynxos" and +the whole mess builds and works without any problems. + +There is an important note though: Since we don't have shared C libraries yet, +this distribution of Mesa becomes quite fat. Around 7 megs of source becomes +145 Megs of executable. Most of this is in the demo code, but you should +be aware of the total disk space being used. When we add shared C libraries, I +will attempt to build this distribution with shared libraries to conserve +space. + +This build was done under LynxOS 2.5G (an internal release). It should build +under 2.4 and 2.5 final. If you have problems, please email me at [email protected] + +Vik Sohal + +April 2nd, 1997 + |