mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
480307d03f
commit
fde662b31e
@ -38,7 +38,7 @@ tell CMake which one you want it to use via the -G option.
|
||||
Finally, note that when using Visual Studio, CMake will by default generate a 32bit executable.
|
||||
This means the programs you compile will only be able to use 2GB of RAM. To avoid this, you need
|
||||
to tell CMake to generate a 64bit executable. You do this by using a command like
|
||||
<code_box>cmake -G "Visual Studio 10 2010 Win64" ..</code_box> instead of <code_box>cmake ..</code_box>
|
||||
<code_box>cmake -G "Visual Studio 10 2015 Win64" ..</code_box> instead of <code_box>cmake ..</code_box>
|
||||
You can see the list of valid arguments to <tt>-G</tt> by running <tt>cmake</tt> with no options.
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user