Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. tools/make_deps.sh
  2. build/gyp/gyp --depth=. scal.gyp
  3. V=1 BUILDTYPE=Debug make
  4. V=1 BUILDTYPE=Release make
  5.  
  6. :~/ictp/scal$ ls
  7. AUTHORS common.gypi glue.gyp paper.pdf src
  8. autogen.sh configure.ac LICENSE README.md tools
  9. build data Makefile.am scal.gyp upstream.gyp
  10.  
  11. ~/ictp/scal$ tools/make_deps.sh
  12. -> updating dependencies for scal
  13.  
  14. -> gyp...
  15.  
  16. Already up to date.
  17.  
  18. -> gyp... done
  19.  
  20.  
  21.  
  22. :~/ictp/scal$ build/gyp/gyp --depth=. scal.gyp
  23. -bash: build/gyp/gyp: No such file or directory
  24.  
  25. :~/ictp/scal$ BUILDTYPE=Release make
  26. make: *** No targets specified and no makefile found. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement