dotnet (.NET)[edit]

Install[edit]

RedHat 系[edit]

Information[edit]

Programming[edit]

Project の作成[edit]

dotnet new console -o Net8 -f net8.0
cd Net8
dotnet add package OpenAI
vi Program.cs
dotnet run

仕切り直し[edit]

dotnet clean
dotnet restore
dotnet build

dotnet コマンド[edit]

NuGet パッケージのインストール[edit]

パッケージの削除[edit]

パッケージの確認[edit]

キャッシュのクリア[edit]

未整理[edit]

yum install dotnet-*-6.0

cd opensim
git checkout dotnet6

./runprebuild.sh
./compile.sh

cd bin
./opensim.sh

Umm....

0.9.3 with .NET6 instead of mono, I get an error with HTTPS connections.
I'll research it.

./configure --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-apxs2=/usr/local/apache/bin/apxs --with-openssl=/usr/local/ssl --with-zlib=/usr --enable-mbstring --with-iconv --enable-intl --enable-zip --enable-soap --enable-pcntl --enable-sockets --with-curl --with-xmlrpc --enable-opcache --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir=/usr --with-sodium

yum install libsodium libsodium-devel

yum install libsqlite3x
yum install libsqlite3x-devel

git clone https://github.com/kkos/oniguruma.git
cd oniguruma
./autogen.sh
./configure
make
make install
cd ..

./configure --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd \

         --with-apxs2=/usr/local/apache/bin/apxs \
         --with-openssl  --with-zip --with-zlib \
         --enable-mbstring --with-iconv --enable-intl \
         --enable-soap --enable-pcntl --enable-sockets \
         --with-curl --with-xmlrpc --enable-opcache \
         --with-sodium --enable-exif \
         --enable-gd --with-jpeg --with-freetype

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2025-09-18 (木) 18:11:36