forked from oomer/poomer-bella-sine
improve readme
This commit is contained in:
parent
d68bd2270b
commit
df6d6effdc
25
README.md
25
README.md
@ -84,8 +84,8 @@ Run **x64 Native Tools Command Prompt for VS 2022**
|
||||
cd %USERPROFILE%
|
||||
mkdir workdir\bella_engine_sdk
|
||||
cd workdir\bella_engine_sdk
|
||||
curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.zip
|
||||
tar -xf bella_engine_sdk-24.6.0.zip
|
||||
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
|
||||
tar -xvf bella_engine_sdk-25.3.0-win32.zip -C ..
|
||||
cd ..
|
||||
git clone https://github.com/oomer/oom.git
|
||||
git clone https://github.com/oomer/poomer-bella-sine.git
|
||||
@ -95,24 +95,3 @@ x64\release\poomer-bella-sine.exe -r
|
||||
start ./untitled.png
|
||||
```
|
||||
|
||||
## Windows (win 10 Enterprise)
|
||||
- [optioanl] Install https://git-scm.com
|
||||
|
||||
- Download Visual Studio Community Edition 2022
|
||||
- Run VisualStudioSetup.exe
|
||||
- Workload = [x] Desktop developemnt with C++
|
||||
- Individial components = [x] Git For Windows
|
||||
|
||||
Download and Install the Windows Bella Engine SDK 25.3.0 from <a href="http://bellarender.com/builds">bellarender.com/builds</a> into your workdir folder
|
||||
|
||||
Run **x64 Native Tools Command Prompt for VS 2022**
|
||||
```
|
||||
cd %USERPROFILE%
|
||||
git clone https://github.com/oomer/oom.git
|
||||
git clone https://github.com/oomer/poomer-bella-sine.git
|
||||
cd poomer-bella-sine
|
||||
msbuild poomer-bella-sine.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
|
||||
copy %USERPROFILE%\workdir\bella_engine_sdk\lib\dl_usd_ms.dll %USERPROFILE%\workdir\poomer-bella-sine
|
||||
x64\release\poomer-bella-sine.exe -r
|
||||
start ./untitled.png
|
||||
```
|
||||
BIN
dl_usd_ms.dll
BIN
dl_usd_ms.dll
Binary file not shown.
@ -99,6 +99,8 @@
|
||||
echo dl_core.dll copied &
|
||||
copy "$(ProjectDir)..\bella_engine_sdk\lib\dl_oidn_core.dll" "$(TargetDir)" &
|
||||
echo dl_oidn_core.dll copied &
|
||||
copy "$(ProjectDir)..\bella_engine_sdk\lib\dl_usd_ms.dll" "$(TargetDir)" &
|
||||
echo dl_usd_ms.dll copied &
|
||||
echo Post-build event finished</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user