Stage B < Installation < Viivi's Cell < Entrance
Here the Viivi installation process of Stage B is summarized briefly.
viivi the boot-up script file for Unix-like platform
viivi.bat the boot-up batch file for Windows platform
$ cd ${HOME}/Viivi/⮠ for Unix-like platforms (sh system) ($ is the shell prompt)
% cd ${HOME}/Viivi/⮠ for Unix-like platforms (csh system) (% is the shell prompt)
> cd C:\Users\ilma\Viivi\⮠ for Windows platforms (> is the cmd prompt)
$ ./viivi -K⮠ for Unix-like platforms (sh system) ($ is the shell prompt)
% ./viivi -K⮠ for Unix-like platforms (csh system) (% is the shell prompt)
> .\viivi -K⮠ for Windows platforms (> is the cmd prompt)
If you see the Viivi's prompt
>
at the end of the output,
then the installation process at Stage B was successful.
30
and
(exit)
to see the same results.
In the above check, we provided the argument command
"-K
"
to boot Viivi in the kernel-mode.
You can boot Viivi also in the IDE-mode with the argument command
"-G
" as
$ ./viivi -G⮠ for Unix-like platforms (sh system) ($ is the shell prompt)
% ./viivi -G⮠ for Unix-like platforms (csh system) (% is the shell prompt)
> .\viivi -G⮠ for Windows platforms (> is the cmd prompt)
To quit the IDE,
please choose from the "File" menu on the controller to the item "exit Viivi".
If you succeeded in the installation Stage B here,
you can continue to use Viivi in this style.
But it must be troublesome that you have to specify the path to the boot-up file
(in the case here
"./
"
or
".\
")
at the head of the command line.
In the next Stage C, we will make it possible to boot Viivi
from everywhere without the path-specifier,
using environmental variables.
Do you have a problem here?
Please refer to Troubled at Stage B.
Stage B < Installation < Viivi's Cell < Entrance
Exhibited on 2022/03/02
Updated on 2022/03/15
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.