update build arm64
This commit is contained in:
@@ -51,6 +51,7 @@ sudo apt-get install -y \
|
|||||||
libyaml-cpp-dev \
|
libyaml-cpp-dev \
|
||||||
libpcl-dev \
|
libpcl-dev \
|
||||||
libgoogle-glog-dev
|
libgoogle-glog-dev
|
||||||
|
sudo apt install liborocos-kdl-dev
|
||||||
|
|
||||||
# Optional: Cài đặt Google Test (nếu muốn build tests)
|
# Optional: Cài đặt Google Test (nếu muốn build tests)
|
||||||
sudo apt-get install -y libgtest-dev
|
sudo apt-get install -y libgtest-dev
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net10.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
|
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="libnav_c_api.so">
|
<None Include="libnav_c_api.so">
|
||||||
|
|||||||
Reference in New Issue
Block a user