You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.windows.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -436,3 +436,10 @@ running the resulting installer.
436
436
inspect the list of loaded DLLs for bash, mintty, or another persistent
437
437
process used to drive the build. Essentially *any* DLL outside of the Windows
438
438
System directory is potential BLODA.
439
+
440
+
### Compiling for Bash on windows
441
+
Bash on windows is an unsupported platform. However, compilation of julia is possible and functional. The packages required differ from standard ubuntu compilation as some packages are not installed by default in the bash on windows ubuntu image.
442
+
443
+
The missing packages are `byacc texinfo python-minimal automake`. With these installed and the standard ubuntu packages dependancies and julia currently compile without issue. The line below can be copied into your terminal to install all required packages.
0 commit comments