[ CnUnix ] in KIDS 글 쓴 이(By): Godot (Ko, Hoon) 날 짜 (Date): 1993년12월19일(일) 18시41분18초 KST 제 목(Title): Re:SGRP, SPHIGS SRGP 와 SPHIGS (PHIGS를 개량한 것) 는 다 음에서 구하실 수 있습니다. ftp 128.148.33.66 참고로 다음 message 덧붙입니다. 도움되시길... rhk@athena.mit.edu =========================================================================== This document is divided as follows: 1) Status Report on versions available via FTP 2) Information for those interested in the Mac version 3) Information for those interested in the PC version 4) FTP instructions for obtaining SRGP/SPHIGS 5) FTP instructions for obtaining GNU's C compiler ============================================================================== ============================================================================== ============================================================================== ============================================================================== *********** STATUS REPORT (updated: 26 July 92) Special version for Mac THINK C v5 (installed: 8 June 92) See below for information on how to obtain it. New improved version for PC/DOS (installed: 26 July 92) Many bug fixes, especially in SPHIGS. Support for newer versions of Turbo C. See below for information on how to obtain it. SRGP new version installed 9 Jan 92: version 1.1 SUPPORTS X11R4 and Mac THINK C v4 BUG FIXES and NEW FEATURES: FIXED: A great number of compilation problems FIXED: Improper handling of grayscale monitors FIXED: Bugs in keyboard echo FIXED: A locator sample-mode bug (lost X events) IMPROVED: locator performance (by reducing round-trip server requests) IMPROVED: response to attempt to share a color table that does not have enough vacant cell -- no longer fatal error ADDED: a "position" field to the deluxe keyboard measure SPHIGS new version installed 28 Nov 90: version 0.8 Now supports input. The file "doc/notes_on_versions" found in the ftp'd archive describes the features added and bugs fixed in each version, for the entire evolutionary history of the packages. Thanks for your help in shaking the bugs out of the distribution method. I need your feedback concerning bugs in documentation, Makefiles, etc. And please don't just report bugs.... report anything that led you astray, made you waste your time, misled you, etc. ============================================================================== ============================================================================== *********** MAC INFORMATION First I'll talk about the Mac version for THINK C v4; then I'll talk about THINK C v5. The Mac version of SRGP is 99% compatible with the X11 version. The next version will be even better, but there will never be 100% compatibility, due to limitations in the Macintosh's indirect-color-specification support. If you have ftp, you can obtain the Mac version by following the instructions given below to obtain the X version, and then reading the Mac-based README files contained in the archive. Also, it is available from Addison-Wesley. Order using the ISBN number listed in the textbook's preface. THINK Pascal version is really only a binding to the C version, but the problem is: the binding has not thoroughly been tested. Any problems you have will be easy to recognize and fix, as long as you have THINK C v4.0 with you aswell as THINK Pascal. (THINK C is used to build the binding library.) Remember: if you wish to be able to maintain the Pascal version, you must have THINK C v4.0, and be motivated enough to fix any problems you find in the binding routines (which are almost all less than 5 lines in length each), and nice enough to report your mods to us here at graphtext (put "Report-Software-Bug" in the subject line). NOW: ABOUT THINK C v5. SRGP/SPHIGS is now available for this new release of THINK C. It is in a beta version, so please send comments and complaints so I can get it into good shape quickly. To obtain it, use the ftp instructions shown later, but obtain this file instead: cd pub cd graphtext binary get srgpsphigs_for_thinkCv5.Z ============================================================================== ============================================================================== *********** PC INFORMATION The PC version of SRGP is 90% compatible with the X11 version, the primary differences being due to its not running under Windows (i.e., it takes over the display) and due to limitations in VGA functionality. C version is available from Addison-Wesley, or via FTP using the instructions shown later but obtaining this file instead: cd pub cd graphtext binary get dos_srgp_sphigs.tar.Z You must have a UNIX machine to get it via FTP, becuase it is stored in UNIX's archival and compression utilities. THERE IS NO PASCAL VERSION. ============================================================================== ============================================================================== *********** FTP INSTRUCTIONS ftp 128.148.33.66 Enter name: anonymous Enter Password: type in your email address cd pub binary get srgp.tar.Z get sphigs.tar.Z quit Then, uncompress and untar the files. Example (not guaranteed!): uncompress < srgp.tar.Z | tar xf - uncompress < sphigs.tar.Z | tar xf - After uncompressing and untarring, read the README in the top of each newly-created directory tree. If your site does not have an ANSI C compiler (e.g., gnu's gcc), we strongly suggest you obtain gcc. It's free of charge, and quality stuff. NOTE: At this time, you *must* have an ANSI C compiler in order to install SRGP/SPHIGS! Instructions for obtaining gcc are found below... =============================================================================== =============================================================================== *********** HOW TO GET GNU's "gcc" These instructions are courtesy of Moises Lejter, Brown Univ, who writes: The procedure, as I understand it, is to ftp to prep.ai.mit.edu: login: ftp, passwd: <your Email address>. Once in, cd to pub/gnu. There will be a file there named something like gcc-1.37.1.tar.Z. The command "binary" will tell ftp that binary file copy mode should be used. The command "get gcc-1.37.1.tar.Z" will copy that file from prep to your machine. Uncompress, untar, and follow the directions in the file INSTALL. Sample transcript: ftp prep.ai.mit.edu Connected to PREP.AI.MIT.EDU. 220 aeneas FTP server (Version 4.136 Mon Oct 31 23:18:38 EST 1988) ready. Name (prep.ai.mit.edu:mlm): ftp 331 Guest login ok, send ident as password. Password: jdoe@cs.statecollege.edu <<-------- put your own email address here!!! 230 Guest login ok, access restrictions apply. ftp> cd pub/gnu 250 CWD command successful. ftp> binary 200 Type set to I. ftp> get gcc-1.37.1.tar.Z You can also obtain a copy by sending $150 to the Free Software Foundation. In return, they will send you a tape with the software. ==================================================================== |