Skip to content

Instantly share code, notes, and snippets.

View takkii's full-sized avatar
🌨️
泡沫夢幻

T・K takkii

🌨️
泡沫夢幻
View GitHub Profile

date_core.so is broken with the recent MSYS2 update

メッセージを英文(Google翻訳)で入れました。

ビルドを通す方法を書いたのだけれど、

ソース元や色々、詳細をなるべくわかりやすくしたつもりでした。

翻訳がどれだけの精度かあまり期待は出来ないですが、

mkdir ruby

cd ruby

wget https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.0.tar.gz

or

wget https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.4.tar.gz

Vimをソースからビルド

Ubuntu-20.04

git clone [email protected]:vim/vim.git

cd vim
cd boost_1_88_0

.\bootstrap.bat

b2.exe toolset=msvc-14.3 link=static runtime-link=static,shared --build-dir=build/x86 address-model=32 -j5 install --includedir=C:\boost_1_88_0\include --libdir=C:\boost_1_88_0\stage\lib\x86

b2.exe toolset=msvc-14.3 link=static runtime-link=static,shared --build-dir=build/x64 address-model=64 -j5 install --includedir=C:\boost_1_88_0\include --libdir=C:\boost_1_88_0\stage\lib\x64

# C/C++ 全般 追加のインクルードディレクトリ

Rocky Linux Official WSL2 Images

sudo dnf install epel-release
sudo dnf install https://rpms.remirepo.net/enterprise/remi-release-10.rpm
sudo dnf config-manager --set-enabled crb
sudo dnf group install -y "Development Tools"