1. echo on
  2. @echo get inkscape from scratch
  3. echo >> %~dp0\build.log
  4. echo %time% start preparing >> %~dp0\build.log
  5. c:
  6. cd \inkscape
  7. rmdir /s /q \devlibs
  8. rmdir /s /q inkscape_trunk
  9. bzr checkout --lightweight lp:inkscape-devlibs \devlibs
  10. bzr checkout --lightweight lp:inkscape/0.92.x inkscape_trunk
  11. echo %time% start building btool >> %~dp0\build.log
  12. set MINGW_PATH=C:\MinGW32
  13. set DEVLIBS_PATH=C:\devlibs
  14. cd inkscape_trunk
  15. call mingwenv.bat
  16. mkdir build
  17. cd build
  18. cmake -G "MinGW Makefiles" ..
  19. echo %time% start building inkscape >> %~dp0\build.log
  20. mingw32-make -j 4
  21. echo %cd%
  22. echo now: make install
  23. mingw32-make install
  24. echo %time% finish building >> %~dp0\build.log
  25. echo pause fertig, press any key to start pack msi
  26. echo %time% start installer >> %~dp0\build.log
  27. echo now: create wix
  28. cd ..
  29. cd packaging
  30. cd wix
  31. call wixenv.bat
  32. call install.bat
  33. echo %time% finish installer >> %~dp0\build.log
  34. echo create NSIS installer now
  35. cd ..
  36. cd win32
  37. "c:\Program Files (x86)\NSIS\makensis" inkscape.nsi
  38. pause alles beendet
  39. pause
 
 

16

 

691

Inkscapefromscratch

من طرف Adib Taraben

inkscape from scratch win32

Artwork

Lines
49
الكلمات
138
Size
1,0 ك.ب
Created
النوع
text/plain
Public Domain (PD)
Please log in to leave a comment!