I have a windows box, for studies, and was wondering what was the best
way to compile. There is no real mention of Windows in the ascii.doc
file
Hello Sean,
Friday February 25 2022, Sean Rima wrote to All:
I have a windows box, for studies, and was wondering what was the bestCompilation on Windows works with MINGW64 compiler and Strawberry Perl, but documentation is not ready yet, sorry. You may take Husky already compiled using MSVC 10 with ActiveState Perl 5.16 here: http://download.huskyproject.org/win64/
way to compile. There is no real mention of Windows in the ascii.doc
file
Hello Sean,
Friday February 25 2022, Sean Rima wrote to All:
I have a windows box, for studies, and was wondering what was the
best way to compile. There is no real mention of Windows in the
ascii.doc file
Compilation on Windows works with MINGW64 compiler and Strawberry
Perl, but documentation is not ready yet, sorry. You may take Husky already compiled using MSVC 10 with ActiveState Perl 5.16
here: http://download.huskyproject.org/win64/
I have a windows box, for studies, and was wondering what was
the best way to compile. There is no real mention of Windows in
the ascii.doc file
Compilation on Windows works with MINGW64 compiler and Strawberry
Perl, but documentation is not ready yet, sorry. You may take
Husky already compiled using MSVC 10 with ActiveState Perl 5.16
here: http://download.huskyproject.org/win64/
I now have it working, almost. I tried to install the mingw64 compiler
but it failed
Hello Sean,
Saturday February 26 2022, Sean Rima wrote to Michael Dukelsky:
I have a windows box, for studies, and was wondering what was
the best way to compile. There is no real mention of Windows
in the ascii.doc file
Compilation on Windows works with MINGW64 compiler and
Strawberry Perl, but documentation is not ready yet, sorry. You
may take Husky already compiled using MSVC 10 with ActiveState
Perl 5.16 here: http://download.huskyproject.org/win64/
I now have it working, almost. I tried to install the mingw64
compiler but it failed
You don't need to install a separate MINGW compiler. It is inside the Strawberry Perl installation. You have to execute all commands in the
Git Bash window of Git for Windows. The first command is
curl -O https://raw.githubusercontent.com/huskyproject/huskybse/master/script/ init_build
Here "O" is the capital letter. Now you run init_build script if
~/husky directory is not occupied.
./init_build
After that you may open C:\Users\your_name\husky\huskymak.cfg in your favorite editor and change there something you want to change. It is optional if you installed Strawberry Perl in the default directory. To build Husky, run
cd ~/husky
./build.sh
The result of the build will be in ~/husky/hpt/Build (in fact C:\Users\your_name\husky\hpt\Build), ~/husky/htick/Build and so on.
The "install" part is not implemented yet.
To delete all files produced during the build, run
make distclean
Compilation on Windows works with MINGW64 compiler and
Strawberry Perl, but documentation is not ready yet, sorry. You
may take Husky already compiled using MSVC 10 with ActiveState
Perl 5.16 here: http://download.huskyproject.org/win64/
I now have it working, almost. I tried to install the mingw64
compiler but it failed
You don't need to install a separate MINGW compiler. It is inside the Strawberry Perl installation. You have to execute all commands in the
Git Bash window of Git for Windows. The first command is
curl -O https://raw.githubusercontent.com/huskyproject/huskybse/master/script/ init_build
Here "O" is the capital letter. Now you run init_build script if
~/husky directory is not occupied.
./init_build
After that you may open C:\Users\your_name\husky\huskymak.cfg in your favorite editor and change there something you want to change. It is optional if you installed Strawberry Perl in the default directory. To build Husky, run
cd ~/husky
./build.sh
I keep getting an error that make doesn't exist. As I say, I tried and failed to install mingw64. The installer doesnt find the files it
needs
Hello Sean,
Tuesday March 01 2022, Sean Rima wrote to Michael Dukelsky:
I keep getting an error that make doesn't exist. As I say, I tried andFirst of all uninstall mingw64. You don't need it, because it is inside both Strawberry Perl and Git for Windows. We'll use it from Strawberry Perl. After
failed to install mingw64. The installer doesnt find the files it
needs
that please install Chocolatey package manager from https://chocolatey.org/ an
then run Windows PowerShell as administrator and in the window run
choco install make
If Strawberry Perl is not yet installed, install it by running
choco install strawberryperl
If git is not yet installed, install it by running
choco install git
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 86:55:24 |
Calls: | 7,895 |
Calls today: | 1 |
Files: | 12,968 |
Messages: | 5,792,152 |