X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=new%2FREADME;h=f589760382e5f71fe8c1a31e6287b43a5560688e;hb=d3fd005ae5a46bbe607f39f6bb8c23017ba8a801;hp=470917b55c402ef241d1c50dddee6ecd6a5be3bc;hpb=92964b071d01ae14a65955412ee7928feba6f7f5;p=bbcp.git diff --git a/new/README b/new/README index 470917b..f589760 100644 --- a/new/README +++ b/new/README @@ -1,10 +1,20 @@ -# For prepare BlackBox for the target OS run: -# ./README +# To build BlackBox (for current operating system): +# ./switch-target `uname -s` GUI +# ./build +# +# To run BlackBox (after build): +# ./run-BlackBox +# +# To export BlackBox (after build): +# ./export +# +# To clean up: +# ./clean +# ./switch-target none +# +# Build and run BlackBox: echo "Please wait..." ./switch-target `uname -s` GUI ./build ./run-BlackBox - -# For clearing the folders before commit run -# ./switch-target none