abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.68k stars 195 forks source link

How to build this project #115

Closed blinkok closed 5 years ago

blinkok commented 5 years ago

Sorry for posting this here and my ignorance but i'd like to know how to build this product or if it requires some other product in order to run. Again please forgive my ignorance and thanks you very much for any insight you can provide I am looking at a windows target platform

karagenc commented 5 years ago

You don't have to build ishell, it is not a product, it is an open source library. Just type go get -v github.com/abiosoft/ishell into your terminal and use it in your project.

blinkok commented 5 years ago

Thanks. When you say "Terminal", What terminal are you referring to?

karagenc commented 5 years ago

Sorry for late reply, terminal is a program that takes an input from you and processes that input. In windows it is Command Prompt (also known as), in macOS it is Terminal, in Linux it is gnome-terminal (mostly)

In order to build and use the ishell you should know how to use a terminal.

blinkok commented 5 years ago

Ok. Thank you very much When i try to run the command in the command shell i get an error message command

abiosoft commented 5 years ago

@blinkok Looks like you're new to Go and/or programming. You may want to start from here https://golang.org/doc/install.

blinkok commented 5 years ago

Yes. New to go/ishell. Are there any other dependencies?