Based on the original Rocket Workbench on SourceForge in CVS at: https://sourceforge.net/projects/rocketworkbench
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
940 B

  1. This is cpropep version 1.0, a program for determining the
  2. theoretical performance of rocket propellant compositions.
  3. Cpropep is released under the GPL and is written in ANSI C.
  4. It has compiled successfully under the following platforms:
  5. . i686 Windows 98 (4.10.1998) running Microsoft Visual
  6. C++ 6.0 Standard Edition with Microsoft Visual Studio
  7. Service Pack 2
  8. . i686 Red Hat Linux 6.2 (Kernel 2.2.14-12) with gcc
  9. . i586 Debian GNU/Linux 2.2 (Kernel 2.2.16) with gcc
  10. To compile under linux, type make in the top-level directory.
  11. Under MSVC++, create a new Win32 console project file, add
  12. all source and header files to the project, set the header
  13. file directory to ..\lib\ (or copy all files from \lib to
  14. \cpropep or change the #include statements in cpropep.c) and
  15. build.
  16. Run using
  17. cpropep -h
  18. for command-line help and usage.
  19. Cpropep is Copyright (C) 2000 Antoine Lefebvre
  20. <antoinelefebvre@softhome.net>