Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
b33228cd
Commit
b33228cd
authored
Nov 17, 2015
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #999 from felipevolpone/fixing_installing
Changing the INSTALLING instructions.
parents
433d0bfb
5831fb75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/INSTALLING.md
docs/INSTALLING.md
+2
-2
No files found.
docs/INSTALLING.md
View file @
b33228cd
...
...
@@ -32,8 +32,8 @@ sudo yum install git make cmake clang gcc gcc-c++ ccache ninja-build xz-devel au
```
git clone https://github.com/dropbox/pyston.git ~/pyston
git clone
git
://github.com/llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk
git clone
git
://github.com/llvm-mirror/clang.git ~/pyston_deps/llvm-trunk/tools/clang
git clone
https
://github.com/llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk
git clone
https
://github.com/llvm-mirror/clang.git ~/pyston_deps/llvm-trunk/tools/clang
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
...
...
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