Many changes

This commit is contained in:
Scott C. MacCallum 2022-04-12 18:52:30 -04:00
parent 5172356ab9
commit 244bb10130
1 changed files with 9 additions and 8 deletions

View File

@ -5,13 +5,14 @@
1. If you have not already, **setup SSH key-based authentication to sdf.org** 1. If you have not already, **setup SSH key-based authentication to sdf.org**
2. If you have not already, **install Git** 2. If you have not already, **install Git**
3. If you have not already, **install Mosh** 3. If you have not already, **install Mosh**
4. Clone the project to your home directory: **git clone https://git.sdf.org/scm/sdf.git**. *You could download the project from 4. Clone the project to your home directory: **git clone https://git.sdf.org/scm/seid.git**. *You could download the project from
the website, but it would not be as easy to keep up to date.* the website but it would not be as easy to keep it up to date.*
5. Copy the dotemacs file in the sdf directory to your home directory: **cp $HOME/sdf $HOME** 5. Copy the dotemacs file in the seid directory to your home directory: **cp $HOME/seid $HOME**
6. If you have one, make a backup copy of your .emacs file in your home directory: **mv $HOME/.emacs $HOME/dotemacs.bak** 6. If you have one, make a backup copy of your .emacs file in your home directory: **mv $HOME/.emacs $HOME/dotemacs.bak**
7. Rename the dotemacs file in the sdf directory to .emacs, and move it to your home directory: **mv $HOME/dotemacs $HOME/.emacs** 7. Rename the dotemacs file in the seid directory to .emacs, and move it to your home directory: **mv $HOME/seid/dotemacs
8. Make sure that the shell files in the sdf directory are executable. If they are not: **chmod +x $HOME/sdf/*.sh** $HOME/.emacs**
8. Make sure that the shell files in the seid directory are executable. If they are not: **chmod +x $HOME/seid/*.sh**
9. Run **emacs** 9. Run **emacs**
10. Switch to the SDF programs' buffer to use that program. Example, to use the com program, do the following: **C-x b** (that is 10. Switch to the SDF program buffer that is the program that you want to use. Example, to use the com program, do the following:
Emacs notation for, while holding down the control key, press the x key, release the control key, press the b key), type **com**, **C-x b** (that is Emacs notation for, while holding down the control key, press the x key, release the control key, press the b key),
press the **enter key**. Select other SDF programs, like bboard the same way. type **com**, press the **enter key**. Select other SDF programs, like bboard the same way.