Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some tools are needed : make and 7za (7-Zip)

Section
Column
width50%

Start a run the following script :

Code Block
languagepowershell
themeEmacs
make/scripts/win_sdk_install.sh

 

 

Column
width50%


 

Tip
titlemake command
Column
width50%

Tired of typing tools/bin/make every time?

The following command will add /cC/CODEcode/librepilot/tools/bin to your PATH:

Code Block
languagepowershell
themeEmacs
echo "export PATH=\"\$PATH:/C/code/librepilot/tools/bin\"" >> ~/.profile

You should adapt it to match your librepilot directory...


After issuing the above command, you'll need to exit the current shell and start a new one for it to take effect.

The rest of the document assumes that you have done this step (and we really recommend that you do it).

...