Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Installing additional packages
  2. ------------------------------
  3.  
  4. Additional (optional) instrument packages are called
  5. eclipse-INS-X.Y.Z.tar.gz, where INS stands for one of
  6. the supported instruments. These must be untarred in the
  7. same directory as the eclipse main library to be compiled.
  8.  
  9. Example: you want to install the eclipse-isaac package,
  10. you must unpack one directory above eclipse.
  11.  
  12. % ls -l
  13. eclipse -> eclipse-5.0.0/
  14. eclipse-isaac-5.0.0.tar.gz
  15.  
  16. % gunzip -c eclipse-isaac-5.0.0.tar.gz | tar xvf -
  17. [...]
  18. % cd eclipse
  19. % make
  20.  
  21. This should do it.
  22. Notice that you can install as many optional packages
  23. as you want. Typing 'make' in the eclipse top directory
  24. will build all found packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement