Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. sudo make install
  2. if [ ! -d /usr/local/byond ]; then mkdir /usr/local/byond; fi
  3. cp -R cfg bin man /usr/local/byond
  4. if [ "" = "yes" ]; then \
  5. chown root /usr/local/byond/bin/DreamDaemon; \
  6. chmod a+xs /usr/local/byond/bin/DreamDaemon; \
  7. if [ "" = "yes" ]; then \
  8. chown root host/host.dmb; \
  9. chmod a+xs host/host.dmb; \
  10. fi \
  11. fi
  12. ln -f -s /usr/local/byond/bin/DreamDaemon /usr/local/bin/DreamDaemon
  13. ln -f -s /usr/local/byond/bin/DreamDownload /usr/local/bin/DreamDownload
  14. ln -f -s /usr/local/byond/bin/DreamMaker /usr/local/bin/DreamMaker
  15. ln -f -s /usr/local/byond/man/man6/DreamDaemon.6 /usr/share/man/man6/DreamDaemon.6
  16. ln -f -s /usr/local/byond/man/man6/DreamMaker.6 /usr/share/man/man6/DreamMaker.6
  17.  
  18. *****************
  19. You can find out more about the software by doing 'man DreamDaemon'.
  20. A host server has also been included so edit host/hostconf.txt and
  21. boot up your world server!
  22. *****************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement