diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-13 20:27:00 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-13 20:27:00 -0700 |
commit | 1f1651ba46e55017bf598f0824b62be5ae2c5fd8 (patch) | |
tree | 097f8b55bd207fdee3c4c1f8149d15914658135a /host/docs | |
parent | 3f1d313c9ffd30c70c609748696b746633e47a8a (diff) | |
download | uhd-1f1651ba46e55017bf598f0824b62be5ae2c5fd8.tar.gz uhd-1f1651ba46e55017bf598f0824b62be5ae2c5fd8.tar.bz2 uhd-1f1651ba46e55017bf598f0824b62be5ae2c5fd8.zip |
uhd: time for version minor, path tweaks, notes on windows command line compilation
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst index 108d8dc8b..5944a6ebe 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -148,6 +148,12 @@ Build the project in MSVC **Note:** you may not have permission to build the install target. You need to be an administrator or to run MSVC as administrator. +** alternative command line instructions ** + +* Open the Visual Studio Command Prompt Shorcut +* DevEnv <uhd-repo-path>\host\build\ALL_BUILD.vcproj /Build Release +* DevEnv <uhd-repo-path>\host\build\INSTALL.vcproj /Build Release + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Setup the PATH environment variable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |