summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Vanik <ben.vanik@gmail.com>2013-05-19 09:29:22 -0700
committerBen Vanik <ben.vanik@gmail.com>2013-05-19 09:29:22 -0700
commit1ce68ca7fef606a0420d43129aa21472eb7ce91c (patch)
treecb15bf69f6f2a346f1dc68f778fff1db921839d1 /docs
parent0aa7d1ec05c7e8816dffe8e70f970e571b9af6f4 (diff)
Removing LLVM submodule and build information.
Code is still present until transitioned over to libjit.
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/building.md b/docs/building.md
index a3c8481a9..95c1d40ee 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -26,19 +26,11 @@ Pretty much just install what's asked for as you try to `xb setup` or
### Windows
* [Python 2.7](http://www.python.org/download/releases/2.7.3/)
-* [CMake](http://www.cmake.org/cmake/resources/software.html)
Install both and add Python to your PATH (`C:\Python27\`).
Depending on your Visual Studio version you'll need to use one of the provided
command prompts (until I write my own) to perform all `xenia-build` tasks.
-There's a bug in VC++ that breaks with an internal error when building LLVM.
-Change line 87 of include/llvm/ADT/StringExtras.h:
-```
--static inline std::string utostr(uint64_t X, bool isNeg = false) {
-+static __declspec(noinline) std::string utostr(uint64_t X, bool isNeg = false) {
-```
-
#### Visual Studio 2010
The build has been most tested with 2010.
@@ -113,8 +105,8 @@ have the rebuild xenia and not all of the dependencies.
#### nuke
Cleans up xenia outputs as well as all dependencies. A full build will be
-required after this - including LLVM - so only do this if you want to reclaim
-your disk space or something is really wrong.
+required after this so only do this if you want to reclaim your disk space or
+something is really wrong.
xb nuke