summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMargen67 <Margen67@users.noreply.github.com>2019-07-05 12:29:36 -0700
committerWin98 <37698908+win98and95@users.noreply.github.com>2019-08-05 08:24:52 +0700
commitdd46e30be58662163b9e76ded75599b9681494b5 (patch)
tree8507279f74b0b3c717e6519f23cf61c330e99d71 /README.md
parent483d5e8ff459ab80550a41d6fb9218f4b183372b (diff)
[building.md+README.md] Move building instructions+xb to building, make Quickstart link to wiki
Also update and remove outdated information.
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 5 insertions, 31 deletions
diff --git a/README.md b/README.md
index 476117132..68c34c916 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,15 @@
<h1 align="center">Xenia - Xbox 360 Emulator</h1>
Xenia is an experimental emulator for the Xbox 360. For more information, see the
-[main xenia website](https://xenia.jp/).
+[main Xenia wiki](https://github.com/xenia-project/xenia/wiki).
**Interested in supporting the core contributors?** Visit
[Xenia Project on Patreon](https://www.patreon.com/xenia_project).
Come chat with us about **emulator-related topics** on [Discord](https://discord.gg/Q9mxZf9).
For developer chat join `#dev` but stay on topic. Lurking is not only fine, but encouraged!
-Please check the [frequently asked questions](https://xenia.jp/faq/) page before
-asking questions. We've got jobs/lives/etc, so don't expect instant answers.
+Please check the [FAQ](https://github.com/xenia-project/xenia/wiki/FAQ) page before asking questions.
+We've got jobs/lives/etc, so don't expect instant answers.
Discussing illegal activities will get you banned.
@@ -41,29 +41,7 @@ legally purchased devices and games and information made public on the internet
## Quickstart
-With Windows 8+, Python 3.4+, and [Visual Studio 2017 or 2019](https://www.visualstudio.com/downloads/) and the Windows SDKs installed:
-
- > git clone https://github.com/xenia-project/xenia.git
- > cd xenia
- > xb setup
-
- # Pull latest changes, rebase, and update submodules and premake:
- > xb pull
-
- # Build on command line:
- > xb build
-
- # Run premake and open Visual Studio (run the 'xenia-app' project):
- > xb devenv
-
- # Run premake to update the sln/vcproj's:
- > xb premake
-
- # Format code to the style guide:
- > xb format
-
-When fetching updates use `xb pull` to automatically fetch everything and
-run premake for project files/etc.
+See the [Quickstart](https://github.com/xenia-project/xenia/wiki/Quickstart) page.
## Building
@@ -91,8 +69,4 @@ something.
## FAQ
-For more see the main [frequently asked questions](https://xenia.jp/faq/) page.
-
-### Can I get an exe?
-
-[Latest master revision at AppVeyor](https://ci.appveyor.com/api/projects/benvanik/xenia/artifacts/xenia-master.zip?branch=master&job=Configuration%3A%20Release&pr=false)
+See the [frequently asked questions](https://github.com/xenia-project/xenia/wiki/FAQ) page.