Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QuarkDB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eos
QuarkDB
Merge requests
!3
update installation docs with info about compiler version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update installation docs with info about compiler version
crchua/quarkdb:update-installation-with-reqs
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Crystal Michelle Chua
requested to merge
crchua/quarkdb:update-installation-with-reqs
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2dae2a20
1 commit,
7 years ago
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/INSTALLATION.md
+
5
−
1
Options
@@ -16,7 +16,11 @@ Then, run `yum install quarkdb quarkdb-debuginfo`, and you're done.
## Building from source
Check out
`utils/el7-packages.sh`
for a list of build dependencies.
### Requirements/ Dependencies
*
Check out
`utils/el7-packages.sh`
for a list of build dependencies.
*
Build will fail with older versions of gcc/gcc-c++
*
On CC7, run
`yum install centos-release-sc && yum install devtoolset-6 && source /opt/rh/devtoolset-6/enable`
The following will compile QuarkDB and run the tests.
```
Loading