Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kumir2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kumir
kumir2
Commits
545e8c90
Commit
545e8c90
authored
Sep 30, 2014
by
Victor Yacovlev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build instructions for Ubuntu and openSUSE
parent
8f9c5661
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
BUILD-SUSE.txt
BUILD-SUSE.txt
+23
-0
BUILD-UBUNTU.txt
BUILD-UBUNTU.txt
+22
-0
No files found.
BUILD-SUSE.txt
0 → 100644
View file @
545e8c90
Build manual for openSUSE 13.1
---------------------------------
1. Required additional packages to install before build:
- cmake
- gcc-c++
- libqt4-devel
- libqca2-devel
- libQtWebKit-devel
- boost-devel
- zlib-devel
- llvm-devel
- llvm-clang
2. Build and install commands
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
sudo make install # installs to /usr/local, requires root password
\ No newline at end of file
BUILD-UBUNTU.txt
0 → 100644
View file @
545e8c90
Build manual for Ubuntu 14.04 LTS
---------------------------------
1. Required additional packages to install before build:
- cmake
- g++
- libqt4-dev
- libqca2-dev
- zlib1g-dev
- libboost-dev
- llvm-dev
- clang
2. Build and install commands
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
sudo make install # installs to /usr/local, requires root password
\ No newline at end of file
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