Advertisement
danisalas

librecad2

Dec 7th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Last login: Mon Dec 7 20:09:45 on ttys000
  2. MacBook-de-Daniel-Jesus-Salas-Moret:~ danieljesussalasmoret$ cd ~
  3. MacBook-de-Daniel-Jesus-Salas-Moret:~ danieljesussalasmoret$ git clone https://github.com/LibreCAD/LibreCAD.git
  4. fatal: destination path 'LibreCAD' already exists and is not an empty directory.
  5. MacBook-de-Daniel-Jesus-Salas-Moret:~ danieljesussalasmoret$ git clone https://github.com/LibreCAD/LibreCAD.git
  6. fatal: destination path 'LibreCAD' already exists and is not an empty directory.
  7. MacBook-de-Daniel-Jesus-Salas-Moret:~ danieljesussalasmoret$ git clone https://github.com/LibreCAD/LibreCAD.git
  8. fatal: destination path 'LibreCAD' already exists and is not an empty directory.
  9. MacBook-de-Daniel-Jesus-Salas-Moret:~ danieljesussalasmoret$ git clone https://github.com/LibreCAD/LibreCAD.git
  10. Cloning into 'LibreCAD'...
  11. remote: Counting objects: 42943, done.
  12. remote: Compressing objects: 100% (178/178), done.
  13. remote: Total 42943 (delta 84), reused 0 (delta 0), pack-reused 42765
  14. Receiving objects: 100% (42943/42943), 75.85 MiB | 721.00 KiB/s, done.
  15. Resolving deltas: 100% (34398/34398), done.
  16. Checking connectivity... done.
  17. Checking out files: 100% (2834/2834), done.
  18. MacBook-de-Daniel-Jesus-Salas-Moret:~ danieljesussalasmoret$ cd LibreCAD
  19. MacBook-de-Daniel-Jesus-Salas-Moret:LibreCAD danieljesussalasmoret$ git checkout -b 2.0 origin/2.0
  20. Branch 2.0 set up to track remote branch 2.0 from origin.
  21. Switched to a new branch '2.0'
  22. MacBook-de-Daniel-Jesus-Salas-Moret:LibreCAD danieljesussalasmoret$ ~/qt5.1.1/clang_64/bin/qmake -r
  23. -bash: /Users/danieljesussalasmoret/qt5.1.1/clang_64/bin/qmake: No such file or directory
  24. MacBook-de-Daniel-Jesus-Salas-Moret:LibreCAD danieljesussalasmoret$ ~/qt5.1.1/5.1.1/clang_64/bin/qmake -r
  25. Could not find qmake configuration file macx-clang.
  26. Error processing project file: /Users/danieljesussalasmoret/LibreCAD/LibreCAD.pro
  27. MacBook-de-Daniel-Jesus-Salas-Moret:LibreCAD danieljesussalasmoret$ ~/qt5.1.1/5.1.1/clang_64/bin/qmake -r -spec mkspec/macports
  28. Cannot find feature spec_pre.prf
  29. Error processing project file: /Users/danieljesussalasmoret/LibreCAD/LibreCAD.pro
  30. MacBook-de-Daniel-Jesus-Salas-Moret:LibreCAD danieljesussalasmoret$ ~/qt5.1.1/5.1.1/clang_64/bin/qmake -spec mkspec/macports
  31. Cannot find feature spec_pre.prf
  32. Error processing project file: /Users/danieljesussalasmoret/LibreCAD/LibreCAD.pro
  33. MacBook-de-Daniel-Jesus-Salas-Moret:LibreCAD danieljesussalasmoret$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement