Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:install:mac [2016/10/05 18:31] – created Maurits W. Haverkort | documentation:install:mac [2019/02/21 08:34] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Mac ====== | ||
+ | ### | ||
+ | Quanty is a text based program. In order to run it you need to make a text file that contains the commands you want to execute, then you run the program with as an input the name of the text file. Running such a program goes via the " | ||
+ | * ls - list the files in the folder you are in at the moment | ||
+ | * cd - changes you to a new folder | ||
+ | * pwd - shows you the folder you are in | ||
+ | * open -t filename - opens the file with the name filename in a text editor | ||
+ | In order to find a full tutorial on linux you can google "linux bash shell commands" | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | We now need to place the program Quanty into a folder where you can run it easily from within the terminal. To do so we will create the folder " | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | The last thing to do is to copy the program into your bin. For this you can use finder. From the terminal you can type (open bin -a Finder) and then drag and drop the program you downloaded into the folder bin. | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | You now can run the program from the terminal by typing (Quanty [enter]). | ||
+ | ### | ||
+ | |||
+ | ===== Run Quanty from the terminal ===== | ||
+ | |||
+ | ### | ||
+ | In order to run Quanty from the terminal you type Quanty followed by an enter. If you do so the program will place a small amount of text on your screen and then complain that it has nothing to do. If you want a real calculation you have to give Quanty a set of instructions as input. These are saved in text files and given as second argument in the terminal. For example you can type in the terminal: | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | echo ' | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | and then: | ||
+ | ### | ||
+ | ### | ||
+ | Quanty MyFirstQuantyProgram.Quanty | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | In order to do more elaborated calculations modify the input file. (open -t MyFirstQuantyProgram.Quanty [enter]) | ||
+ | ### | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | ===== Find the documentation ===== | ||
+ | |||
+ | ### | ||
+ | Once this command works it is time to go to the [[documentation: | ||
+ | ### | ||
+ | |||
+ | |||
+ | ===== Table of contents ===== | ||
+ | {{indexmenu> |