Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
fde662b3
"tools/git@developer.sourcefind.cn:OpenDAS/lightx2v.git" did not exist on "a1ebc651ab830a381e8960029145b557990342d6"
Commit
fde662b3
authored
Aug 11, 2016
by
Davis King
Browse files
updated docs
parent
480307d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/docs/compile.xml
docs/docs/compile.xml
+1
-1
No files found.
docs/docs/compile.xml
View file @
fde662b3
...
...
@@ -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 201
0
Win64" ..
</code_box>
instead of
<code_box>
cmake ..
</code_box>
<code_box>
cmake -G "Visual Studio 10 201
5
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment