Site Tools


Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
install-manual:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install-manual:misc [2025/04/03 13:14] 129.254.32.218install-manual:misc [2025/04/17 22:37] (current) 211.231.76.183
Line 10: Line 10:
  
 ==== Auto Update ==== ==== Auto Update ====
-  * If an "Update" message appears during usage, follow the steps below.+If an "Update" message appears during usage, follow the steps below
 +After the update, you need to clean the platform and restart with "make syn".
  
-  * [Instruction+=== Instruction Linux=== 
-    * [Linux & Windows] +  inst) If you have any work in progress, back up the platform directory elsewhere. 
-      If you have any work in progress, back up the platform directory elsewhere. +  inst) cd #{RVX_MINI_HOME} 
-      cd ${RVX_MINI_HOME}+  cmd) ./update.sh 
 +  inst) close and reopen the terminal.
  
-    * [Linux - Continued] +=== Instruction @ Windows === 
-      - ./update.sh +  inst) If you have any work in progressback up the platform directory elsewhere
-        - If update.sh does not existrun make config. +  instcd #{RVX_MINI_HOME} 
-      - open a new terminal and restart the work. +  cmd) update.bat 
- +  inst) close and reopen the terminal
-  * [방법 Windows (Cont.)] +   
-    update.bat +==== Manual Update ==== 
-      - update.bat 파일이 없으면 make config +Performed at the request of the administrator
-    - 환경변수가 업데이트 되었으므로 **__명령어창을 새로 켜서 작업한다.__** +After the update, you need to clean the platform and restart with "make syn"
-    - **__플랫폼을 clean을 하고 syn부터 다시 작업한다.__** +=== Instruction @ Any OS=== 
- +  inst) If you have any work in progress, back up the platform directory elsewhere
-==== 12.4 수동 Update ==== +  cmd) cd #{RVX_MINI_HOME} 
-  *  관리자의 요청에 의해 진행한다. +  cmd) git checkout . 
- +  cmd) git pull origin master 
-  *  [방법 Linux & Windows] +  cmd) git submodule init 
-    - ${RVX_MINI_HOME}로 이동한다. +  cmd) git submodule update 
-    - 작업한 내용이 있다면 platform 디렉토리를 다른 곳으로 백업한다. +  cmd) make reconfig_python 
-    - git checkout . +  cmd) make pip3 
-    git pull origin master +  cmd) make config 
-    git submodule init +  inst) close and reopen the terminal.
-    git submodule update +
-    make reconfig_python +
-    make pip3 +
-    make config +
-    - **__명령어창을 새로 켜서 작업한다.__** +
-    - make sync +
-    - **__플랫폼을 clean을 하고 syn부터 다시 작업한다.__**+
install-manual/misc.1743653670.txt · Last modified: 2025/04/03 13:14 by 129.254.32.218