Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
50b829cd
Commit
50b829cd
authored
Nov 15, 2018
by
Ruslan Baratov
Committed by
Tianqi Chen
Nov 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Fix links (#2118)
parent
fc55f34f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/install/from_source.rst
+2
-2
No files found.
docs/install/from_source.rst
View file @
50b829cd
...
@@ -67,13 +67,13 @@ The configuration of tvm can be modified by `config.cmake`.
...
@@ -67,13 +67,13 @@ The configuration of tvm can be modified by `config.cmake`.
- LLVM 4.0 or higher is needed for build with LLVM. Note that verison of LLVM from default apt may lower than 4.0.
- LLVM 4.0 or higher is needed for build with LLVM. Note that verison of LLVM from default apt may lower than 4.0.
- Since LLVM takes long time to build from source, you can download pre-built version of LLVM from
- Since LLVM takes long time to build from source, you can download pre-built version of LLVM from
[LLVM Download Page](http://releases.llvm.org/download.html)
.
`LLVM Download Page <http://releases.llvm.org/download.html>`_
.
- Unzip to a certain location, modify ``build/config.cmake`` to add ``set(USE_LLVM /path/to/your/llvm/bin/llvm-config)``
- Unzip to a certain location, modify ``build/config.cmake`` to add ``set(USE_LLVM /path/to/your/llvm/bin/llvm-config)``
- You can also directly set ``set(USE_LLVM ON)`` and let cmake search for a usable version of LLVM.
- You can also directly set ``set(USE_LLVM ON)`` and let cmake search for a usable version of LLVM.
- You can also use
[LLVM Nightly Ubuntu Build](https://apt.llvm.org/)
- You can also use
`LLVM Nightly Ubuntu Build <https://apt.llvm.org/>`_
- Note that apt-package append ``llvm-config`` with version number.
- Note that apt-package append ``llvm-config`` with version number.
For example, set ``set(LLVM_CONFIG llvm-config-4.0)`` if you installed 4.0 package
For example, set ``set(LLVM_CONFIG llvm-config-4.0)`` if you installed 4.0 package
...
...
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