##ウィンドウズ環境用のアプリをmacで開発する為に、windows10 virtualboxをダウンロードする
1,バーチャルボックスをダウンロード
https://www.virtualbox.org/wiki/Downloads
2,OSXを選択
3,マイクロソフトのサイトからウィンドウズ10用のバーチャルボックスをダウンロード
get windows 10 development environmentで検索しないとなかなかヒットしない
4,バーチャルボックス用をダウンロード
5,18ギガもある。インストールに30分ぐらいかかりました
で、いざ起動したら
Kernel driver not installed (rc=-1908)
Make sure the kernel module has been loaded successfully.
The virtual machine 'WinDev2010' has terminated unexpectedly during startup with exit code 1 (0x1).
というエラー出た。。。
このサイトの方法で治った
https://shikasen-engineer.com/virtualbox-kernel-driver-not-installed/
と思ったら、
App · ⚠️ [FAIL] electron-packager could not build Error: Could not find "wine64" on your system. Wine is required to use the appCopyright, appVersion, buildVersion, icon, and win32metadata parameters for Windows targets. Make sure that the "wine64" executable is in your PATH."
とか言うエラーが出たので、
wine64をインストールする必要があるっぽい。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
でbrewをインストールし、
brew -v
Homebrew 2.5.12
Homebrew/homebrew-core (git revision 1fed3ba; last commit 2020-11-27)
入ってるのが確認できたので、
その後、
このサイトを見ると
https://wiki.winehq.org/MacOS/Building
Homebrew
Homebrew no longer provides a wine formula instead opting to use there cask system to install Winehq provided packages.
The following would cover basic requirements;
brew cask install xquartz
brew install bison flex mingw-w64 pkgconfig
と書いてあるので、実行
やたら大量にダウンロードしてる、、、10分ぐらい
installer: Package name is XQuartz 2.7.11
installer: Installing at base path /
installer: The install was successful.
🍺 xquartz was successfully installed!
でもだめ!!
ひとまず、、、
ウィンドウズ環境用は今の所そんなに必要はないので、諦めて、必要になったら再学習しよう。
いまはレベル高い。。
MacでMac用アプリ適応
Macでウィンドウズ用アプリ適応
MacでiPhone用アプリ適応
Macでアンドロイド用アプリ適応
この辺をやると、エラーだらけでまじで疲れる・・・