瀏覽代碼

*** empty log message ***

David Rose 24 年之前
父節點
當前提交
50767b4e44
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      panda/src/doc/howto.install_panda_on_windows

+ 2 - 2
panda/src/doc/howto.install_panda_on_windows

@@ -240,6 +240,6 @@ Step 11: Build $TOONTOWN
 
 
 Step 12: Generate Python Code
 Step 12: Generate Python Code
   > cd $DIRECT/bin
   > cd $DIRECT/bin
-  > ppython generatePythonCode
-  # Follow instructions presented there
+  > genPyCode win-debug (if you have built using OPTIMIZE = 1 or 2)
+  > genPyCode win-release (if you have built using OPTIMIZE = 3 or 4)