Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
3e9350be
Commit
3e9350be
authored
7 years ago
by
Angel Santamaria-Navarro
Browse files
Options
Downloads
Patches
Plain Diff
Update Glog installation in README.md
parent
b249c2b9
No related branches found
No related tags found
1 merge request
!129
ReadMe update (installation steps)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-5
11 additions, 5 deletions
README.md
with
11 additions
and
5 deletions
README.md
+
11
−
5
View file @
3e9350be
...
@@ -74,15 +74,21 @@ libgflags.a will be installed at **/usr/local/lib**
...
@@ -74,15 +74,21 @@ libgflags.a will be installed at **/usr/local/lib**
-
Build and install with:
-
Build and install with:
$
cd glog
$
./autogen.sh
$
./configure
--with-gflags=/usr/local/
$
./configure
--with-gflags=/usr/local/
$
make
$
make
$
sudo
make
install
$
sudo
make
install
libglog.so will be installed at
**/usr/local/lib**
libglog.so will be installed at
**/usr/local/lib**
-
Tourbleshooting:
-
Tourbleshooting:
**./autogen.sh fails with './autogen.sh: autoreconf: not found'**
In a fresh installation you will probably need to install autoreconf running
$ sudo make install dh-autoreconf
If the `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found`, install Glog with the following commands:
If the `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found`, install Glog with the following commands:
$ cd glog
$ cd glog
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment