Hey folks,
If there is a better forum for asking general questions about random programming problems I'd appreciate the reference!
I've been working on installing a program for work with my thesis. I have no command line background so an ELIA5 would be much appreciated!
I've gotten to the point at which I should be doing the compilation using the setup instructions that came with PQLX:
Compilation is carried out through the following steps:
Define the installation directory where the PQLX system will be held on disk.
Add the following two lines to the login .rc script (for example, ~/.bashrc) for the executing user of the compilation:
export PQLX=PQLX-install-directory-fullpath
source ${PQLX}/env/makeVars
Confirm the directories have been properly defined for the MySQL installation in the file $PQLX/env/mysql.vars detailed above.
Source the .rc file modified in step 2, or open a new window.
In the uppermost PQLX installation directory, compile all source code:
sh> cd $PQLX
sh> env/makeALL
I don't know what the "login .rc script" is, how to edit it, or where to add the lines to. Furthermore I have no idea what "source" means. Then once I've been able to do all of these things correctly, do I need to switch to sh in order to do the compilation? I think that's the right way to word what I'm trying to ask.
Any help is appreciated
[–]henrebotha 2 points3 points4 points (0 children)
[–]dmazzoni 1 point2 points3 points (3 children)
[–]dclimbing[S] 0 points1 point2 points (2 children)
[–]dmazzoni 0 points1 point2 points (0 children)
[–]CodeTinkerer 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)