forked from mono/CppSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On Linux dotnet things are .dll and native things are .so, so names don't conflict. Not so much on Windows...
- Loading branch information
c
committed
Jun 6, 2024
1 parent
ed62ea6
commit 91820e3
Showing
33 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$ pushd llvm ; ./build-llvm.sh ; popd | ||
$ pushd CppSharp.CppParser.Native ; meson setup build -Dprefix=/home/c/dev/CppSharp -Dlibdir=bin/Debug/net8.0 ; meson install -C build ; popd | ||
$ pushd CppSharp.CppParser ; meson setup build -Dprefix=/home/c/dev/CppSharp -Dlibdir=bin/Debug/net8.0 ; meson install -C build ; popd | ||
$ dotnet run --project CppSharp.Parser.Bootstrap/CppSharp.Parser.Bootstrap.csproj --framework net8.0 |