but the " make all package" command can't give the windows_gcs_install software, only E:\librepilot\Librepilot\build\librepilot-gcs_release\bin\librepilot-gcs
git remote add bitbucket https://bitbucket.org/librepilot/librepilot.gitgit fetch bitbucket && git checkout bitbucket/next
tools/bin/make all_cleantools/bin/make package
Python2 is missing. Install it and add it to environment variables.
My Computer > Properties > Advanced System Settings > Environment Variables >Then under system variables I create a new Variable called PythonPath. In this variable I have C:\Python27\Lib;C:\Python27\DLLs;C:\Python27\Lib\lib-tk;C:\other-foolder-on-the-path
Just install python 2 on windows (choose python 2.7 https://www.python.org/downloads/)And then just add its PATH to Windows Environment Variables:Code: [Select]My Computer > Properties > Advanced System Settings > Environment Variables >Then under system variables I create a new Variable called PythonPath. In this variable I have C:\Python27\Lib;C:\Python27\DLLs;C:\Python27\Lib\lib-tk;C:\other-foolder-on-the-path (https://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7)Reboot