diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-16 18:29:16 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-16 18:29:16 -0700 |
commit | ef0ca3b183c8526d5895ba918abffc9624bb2290 (patch) | |
tree | 8721d291dffc9dda04374378b47e931119fa4b0b /host/docs/build.rst | |
parent | e1e3ed670ae4a2f8a4157977631ae8eed88f55b8 (diff) | |
parent | 1f1651ba46e55017bf598f0824b62be5ae2c5fd8 (diff) | |
download | uhd-ef0ca3b183c8526d5895ba918abffc9624bb2290.tar.gz uhd-ef0ca3b183c8526d5895ba918abffc9624bb2290.tar.bz2 uhd-ef0ca3b183c8526d5895ba918abffc9624bb2290.zip |
Merge branch 'package'
Also tweaked pkg config file
Conflicts:
host/CMakeLists.txt
Diffstat (limited to 'host/docs/build.rst')
-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 6f0afdb6e..8f0d0db59 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -147,6 +147,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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |