Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Martin Kurečka
Plumed AlphaFold
Commits
348a943e
There was an error fetching the commit references. Please try again later.
Commit
348a943e
authored
7 years ago
by
Carlo Camilloni
Browse files
Options
Downloads
Patches
Plain Diff
Manual: updated installing with almost
[makedoc]
parent
7e028b82
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user-doc/Installation.txt
+12
-1
12 additions, 1 deletion
user-doc/Installation.txt
with
12 additions
and
1 deletion
user-doc/Installation.txt
+
12
−
1
View file @
348a943e
...
...
@@ -486,13 +486,24 @@ Compile it:
\warning ALMOST needs SQLITE3 and GZIP installed on your computer.
\warning ALMOST cannot be installed in the same folder of the source code, use --prefix to install it in a different folder
On Linux:
\verbatim
> ./configure --prefix="wherever you want it" CXXFLAGS="-O3 -fPIC" CFLAGS="-O3 -fPIC" LIBS=-llapack
> make
> make install
\endverbatim
Configure can complain about lapack and RDCs but it doesn't matter.
On OSX:
\verbatim
> ./configure --prefix="wherever you want it" CXXFLAGS="-O3" CFLAGS="-O3"
> make
> make install
\endverbatim
The configuration can complain about lapack and RDCs but it doesn't matter.
Sometimes ALMOST can give errors related to the automake tools. To fix them it is often enough to execute
\verbatim
> autoreconf -fi
> automake
...
...
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