Skip to content

Commit

Permalink
(re)Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c committed Jun 4, 2024
1 parent cf4fa44 commit ed62ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ echo llvm_ccache_dir=$llvm_ccache_dir
echo llvm_src_dir=$llvm_src_dir
echo clang_resource_headers_dest=$clang_resource_headers_dest

# TODO: -y
read -p "Clean directories and continue build (y/N)? " clean_choice
case "$clean_choice" in
y|Y ) ;;
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +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
$ dotnet run --project CppSharp.Parser.Bootstrap/CppSharp.Parser.Bootstrap.csproj --framework net8.0

0 comments on commit ed62ea6

Please sign in to comment.