mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-04 01:41:08 +00:00
config_tools: update configurator readme windows cmd line path split
update configurator readme windows cmd line path split Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
8eb1bbda3f
commit
08d3435ffe
@ -78,15 +78,15 @@ Run following command in the 'acrn-hypervisor' directory.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd misc\config_tools
|
cd misc\config_tools
|
||||||
python scenario_config/schema_slicer.py
|
python scenario_config\schema_slicer.py
|
||||||
python scenario_config/jsonschema/converter.py
|
python scenario_config\jsonschema\converter.py
|
||||||
xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd
|
xmllint --xinclude schema\datachecks.xsd > schema\allchecks.xsd
|
||||||
|
|
||||||
python -m build
|
python -m build
|
||||||
del configurator\packages\configurator\thirdLib\acrn_config_tools-3.0-py3-none-any.whl
|
del configurator\packages\configurator\thirdLib\acrn_config_tools-3.0-py3-none-any.whl
|
||||||
|
|
||||||
cd configurator
|
cd configurator
|
||||||
python packages/configurator/thirdLib/manager.py install
|
python packages\configurator\thirdLib\manager.py install
|
||||||
yarn
|
yarn
|
||||||
yarn build
|
yarn build
|
||||||
```
|
```
|
||||||
@ -105,5 +105,5 @@ acrn-configurator
|
|||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
You can find installer under the
|
You can find installer under the
|
||||||
`misc/config_tools/configurator/src-tauri/target/release/bundle/msi`
|
`misc\config_tools\configurator\src-tauri\target\release\bundle\msi`
|
||||||
directory, the installer in the folder.
|
directory, the installer in the folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user