-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README. Fixed - Wrongful appearance of 'empty' dialogs. Minor…
… tweak to dlpoly CONFIG import dialog title.
- Loading branch information
t.youngs
committed
Nov 10, 2011
1 parent
da82251
commit b8e025e
Showing
4 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,11 @@ under the GPL, so you can take / change / redistribute at will, but it would be | |
nice to be putting everything into the same pot. | ||
|
||
|
||
*** Installation *** | ||
*** Compilation *** | ||
|
||
Full instructions can be found in the manual. Briefly: | ||
Brief compilation instructions for Linux-based machines are given here. Full | ||
instructions, including guides for Windows and Mac compilation, can be found in the | ||
manual. | ||
|
||
1) Run './autogen.sh' (if you got Aten via svn) | ||
|
||
|
@@ -31,6 +33,13 @@ Full instructions can be found in the manual. Briefly: | |
Use --with-qt=framework to use native Qt installation from TrollTech on Macs, | ||
otherwise use --with-qt=fink to use the Fink-installed version. Leave | ||
blank to take your chances! | ||
|
||
Common errors from configure: | ||
i) Cannot find headers for 'readline' (or similar) - you will need to install | ||
the development package for 'readline', not just the end-user package. On | ||
OpenSuSE systems, for instance, the relevant package is called 'readline-devel'. | ||
|
||
|
||
**or, if you use CMake** | ||
Run 'cmake .' | ||
|
||
|
@@ -44,8 +53,11 @@ Full instructions can be found in the manual. Briefly: | |
For my default configuration (SuSE Linux 10.2) it's /usr/local/share/aten. | ||
For example, using 'bash': export ATENDATA='/usr/local/share/aten'. | ||
It's a good idea to put this in your .login, .bashrc, or whatever is relevant. | ||
Alternatively, a temporary solution is to run Aten with the '--atendata' switch, | ||
specifying the full path to the data files. For example: | ||
aten --atendata /home/bob/src/aten/data | ||
|
||
|
||
Tris Youngs | ||
[email protected] | ||
March 2008 | ||
November 2011 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters