diff --git a/documents/ros-setup.1 b/documents/ros-setup.1 index 3e2dd1d..fb25ea0 100644 --- a/documents/ros-setup.1 +++ b/documents/ros-setup.1 @@ -1,15 +1,25 @@ .TH "ros-setup" "1" "" "" "" .nh \" Turn off hyphenation by default. .PP -ros\-setup \- install sbcl\-bin and quicklisp +ros\-setup \- setup the backend of roswell .SH Synopsis .PP \f[B]ros setup\f[] .SH Description .PP -Runs some initial setup of roswell. +\f[B]ros setup\f[] initializes roswell. +The process includes the following steps: +.IP \[bu] 2 +Downloading the default stable lisp implementation (sbcl\-bin) to +\f[C]ROSWELL_INSTALL_DIR\f[]. +.IP \[bu] 2 +Installing quicklisp to \f[C]ROSWELL_INSTALL_DIR\f[]. +.IP \[bu] 2 +On Windows, install 7zip to \f[C]ROSWELL_INSTALL_DIR\f[]. +.IP \[bu] 2 +Making the core image of roswell itself. .SH SEE ALSO .PP -\f[I]sbcl\f[](1) \f[I]ros\f[](1) +\f[I]sbcl\f[](1), \f[I]ros\f[](1), section Environmental Variables .SH AUTHORS SANO Masatoshi. diff --git a/documents/ros-setup.html b/documents/ros-setup.html index 89c48b6..b52e58f 100644 --- a/documents/ros-setup.html +++ b/documents/ros-setup.html @@ -18,7 +18,7 @@
ros-setup - install sbcl-bin and quicklisp
+ros-setup - setup the backend of roswell
ros setup
@@ -30,7 +30,13 @@Runs some initial setup of roswell.
+ros setup initializes roswell. The process includes the following steps:
+ROSWELL_INSTALL_DIR.ROSWELL_INSTALL_DIR.ROSWELL_INSTALL_DIR.sbcl(1) ros(1)
+sbcl(1), ros(1), section Environmental Variables