Advertisement
darkstar999_pastbin

tntnet firstproject

Jul 25th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.87 KB | None | 0 0
  1. $ tntnet-config --project=testing
  2.  
  3. Sample tntnet-project "testing" created.
  4. To build change to the directory "testing" and run make.
  5. To run the application execute "tntnet" there.
  6. To view the page navigate your browser to "http://localhost:8000/".
  7.  
  8. $ cd testing/
  9. $ ls
  10. insgesamt 20
  11. 1061447 drwxr-xr-x  2 darkstar999 darkstar999 4096 Jul 26 06:41 .
  12. 1058091 drwxr-xr-x 12 darkstar999 darkstar999 4096 Jul 26 06:41 ..
  13. 1061449 -rw-r--r--  1 darkstar999 darkstar999  817 Jul 26 06:41 Makefile
  14. 1061451 -rw-r--r--  1 darkstar999 darkstar999  404 Jul 26 06:41 testing.ecpp
  15. 1061450 -rw-r--r--  1 darkstar999 darkstar999 2671 Jul 26 06:41 tntnet.xml
  16. $ make
  17. /usr/local/bin/ecppc   -o testing.cpp testing.ecpp
  18. /usr/local/bin/ecppc: error while loading shared libraries: libtntnet.so.13: cannot open shared object file: No such file or directory
  19. make: *** [testing.cpp] Fehler 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement