Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #1

Open
Hydrock opened this issue Dec 19, 2024 · 0 comments
Open

Question #1

Hydrock opened this issue Dec 19, 2024 · 0 comments

Comments

@Hydrock
Copy link

Hydrock commented Dec 19, 2024

Hi.

Thank you very much. It helped me to understand Vim history.

I have a couple questions.

  1. In this version, i didn't see "n" command - print line(s) with numbers. It exists in ed editor. It is right? I don't know the history of this program, but it looks strange.

  2. Can you write some manuals, about "how to compile" on different platforms. I was able to do it, but it takes some time! I am not a daily user of c lang and makefile. I think, it will help people to save their time and show history for newbies.

My path to compile program on MacOS:

  1. Clone the repo
git clone https://github.com/rsdoiel/em-1.0.0.git
cd em-1.0.0
  1. Build the project
    Building C programs is done using a Makefile. Makefile is present in the root of the project.
./configure
make
  1. Install the program (optional)
    If the build is successful, install the program on your system:
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant