Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
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
lvzhengyang
abc
Commits
90cf0b57
Commit
90cf0b57
authored
Apr 12, 2016
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating compilation instruction for the case when Readline or Pthreads are used.
parent
395bd727
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
readme.md
+2
-2
No files found.
readme.md
View file @
90cf0b57
...
...
@@ -74,9 +74,9 @@ If the bug still persists, please provide the following information:
1.
If compilation does not start because of the cyclic dependency check,
try touching all files as follows:
`find ./ -type f -exec touch "{}" \;`
1.
If compilation fails because readline is missing, install 'readline' library or
compile with
`make
READLINE=0
`
compile with
`make
ABC_USE_NO_READLINE=1
`
1.
If compilation fails because pthreads are missing, install 'pthread' library or
compile with
`make
PTHREADS=0
`
compile with
`make
ABC_USE_NO_PTHREADS=1
`
*
See http://sourceware.org/pthreads-win32/ for pthreads on Windows
*
Precompiled DLLs are available from ftp://sourceware.org/pub/pthreads-win32/dll-latest
1.
If compilation fails in file "src/base/main/libSupport.c", try the following:
...
...
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