mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-22 12:54:14 +01:00
Update copy data for ssl, readme is way out of date, changed one
line but on a read through, it's very out of date now as things are easier now. Might be best to link to the Wiki...
This commit is contained in:
parent
05c6d12eac
commit
86a02d693e
@ -74,8 +74,10 @@ equals(copydata, 1) {
|
|||||||
# xcopy /s /e <SDL>\bin\SDL.dll C:\QtSDK\Desktop\Qt\4.7.3\mingw\bin\SDL.dll
|
# xcopy /s /e <SDL>\bin\SDL.dll C:\QtSDK\Desktop\Qt\4.7.3\mingw\bin\SDL.dll
|
||||||
# xcopy /s /e <SDL>\include\SDL\* C:\QtSDK\Desktop\Qt\4.7.3\mingw\include\SDL
|
# xcopy /s /e <SDL>\include\SDL\* C:\QtSDK\Desktop\Qt\4.7.3\mingw\include\SDL
|
||||||
# xcopy /s /e <SDL>\lib\* C:\QtSDK\Desktop\Qt\4.7.3\mingw\lib
|
# xcopy /s /e <SDL>\lib\* C:\QtSDK\Desktop\Qt\4.7.3\mingw\lib
|
||||||
SDL_DLL = SDL.dll
|
3PARTYDLL_DLLS = SDL.dll ssleay32.dll libeay32.dll
|
||||||
data_copy.commands += $(COPY_FILE) $$targetPath(\"$$(QTMINGW)/$$SDL_DLL\") $$targetPath(\"$$GCS_APP_PATH/$$SDL_DLL\") $$addNewline()
|
for(dll, 3PARTYDLL_DLLS) {
|
||||||
|
data_copy.commands += $(COPY_FILE) $$targetPath(\"$$(QTMINGW)/$$dll\") $$targetPath(\"$$GCS_APP_PATH/$$dll\") $$addNewline()
|
||||||
|
}
|
||||||
|
|
||||||
data_copy.target = FORCE
|
data_copy.target = FORCE
|
||||||
QMAKE_EXTRA_TARGETS += data_copy
|
QMAKE_EXTRA_TARGETS += data_copy
|
||||||
|
@ -27,7 +27,7 @@ OpenPilot.
|
|||||||
------------------
|
------------------
|
||||||
Fortunately, it requires only few small text files since all others components
|
Fortunately, it requires only few small text files since all others components
|
||||||
should already be installed on your system as parts of msysGit, QtSDK and
|
should already be installed on your system as parts of msysGit, QtSDK and
|
||||||
CodeSourcery G++ packages required to build the OpenPilot.
|
Arm compiler packages required to build the OpenPilot.
|
||||||
|
|
||||||
It is expected that you have the following tools installed into the listed
|
It is expected that you have the following tools installed into the listed
|
||||||
locations (but any other locations are fine as well):
|
locations (but any other locations are fine as well):
|
||||||
@ -39,8 +39,8 @@ locations (but any other locations are fine as well):
|
|||||||
- Unicode NSIS in %ProgramFiles%\NSIS\Unicode
|
- Unicode NSIS in %ProgramFiles%\NSIS\Unicode
|
||||||
- OpenOCD in C:\OpenOCD\0.4.0\bin (optional)
|
- OpenOCD in C:\OpenOCD\0.4.0\bin (optional)
|
||||||
|
|
||||||
The SDL library and headers should be installed into Qt directories to build
|
The SDL and SSL libraries and headers should be installed into Qt directories to
|
||||||
the GCS. Check the wiki or ground/openpilotgcs/copydata.pro for details.
|
build the GCS. Check the wiki or ground/openpilotgcs/copydata.pro for details.
|
||||||
|
|
||||||
Also it is assumed that you have the C:\Program Files\Git\cmd\ directory in
|
Also it is assumed that you have the C:\Program Files\Git\cmd\ directory in
|
||||||
the PATH. Usually this is the case for msysGit installation if you have chosen
|
the PATH. Usually this is the case for msysGit installation if you have chosen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user