https://bugs.documentfoundation.org/show_bug.cgi?id=163072

--- Comment #10 from liujian <[email protected]> ---
(In reply to liujian from comment #9)
> (In reply to Ritobroto Mukherjee from comment #7)
> > (In reply to liujian from comment #6)
> > > Hi, I downloaded the daily build LibreOfficeDev_25.2.0.0.alpha0_Win_x86-64
> > > and added the dll but I did not find the NativeBootstrap class. Do I need 
> > > to
> > > add new DLLS other than cli_cppuhlper.dll and cli_ure, or do I need to 
> > > wait
> > > for the next official version? This is machine translation, there may be
> > > errors
> > 
> > Hello. The dev builds don't seem to contain the nuget package for some
> > reason, will have a look into that. Apart from this, you could either wait
> > for the next official version or build LO from source, depending on your
> > requirements. (A version of LO built with the --with-dotnet option will be
> > needed for the bindings to work)
> > 
> > The docs haven't been updated just yet to show the necessary steps to
> > consume the new bindings, but the rough steps are:
> > 1. Build LO locally with the --with-dotnet option, or get a daily or
> > official release with the new bindings
> > 2. Enable the LO SDK with the setsdkenv_windows or setsdkenv_unix script in
> > <LO path>/sdk/
> > 3. Create a .NET 8 project, and add these lines to your .csproj file:
> > 
> > <PropertyGroup>
> >     <RestoreAdditionalProjectSources>[LO
> > path]/sdk/dotnet</RestoreAdditionalProjectSources>
> > </PropertyGroup>
> > <ItemGroup>
> >     <PackageReference Include="LibreOffice.Bindings" Version="0.1.0" />
> > </ItemGroup>
> 
> 
> Hello friend, I compiled version 25.0.0.2, here is my configuration file,
> 
> 
> 
> --enable-debug
> 
> --with-visual-studio=2022
> 
> --with-jdk-home=E:\java
> 
> --with-external-tar=F:/Source/Libre/lo-externalsrc
> 
> -- with - junit = F/Source/Libre/junit - 4.10. The jar
> 
> - with - ant - home = F: / Source/Libre/apache ant -- 1.9.5
> 
> --enable-pch
> 
> --disable-ccache
> 
> --enable-dbgutil
> 
> --with-strawberry-perl-portable=c:/strawberry
> 
> --host=x86_64-pc-cygwin
> 
> --without-doxygen
> 
> --enable-python=fully-internal
> 
> --without-lxml
> 
> --with-dotnet
> 
> 
> 
> After finishing in F:\Source\Libre\lode\lode\dev\core\instdir\sdk\dotnet, I
> did not find dotnet directory, only bin and lib directories, what do I do
> now, this is machine translation, there may be an error


Enable the LO SDK with the setsdkenv_windows or setsdkenv_unix script in   LO
path>/sdk/

I'm not sure how to write it here

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to