Julia Language

Michael Neumann mneumann at ntecs.de
Fri Feb 21 01:27:59 PST 2025


On Thu, Feb 20, 2025 at 06:01:40PM -0800, Sayed Mohammad Badiezadegan wrote:
> Hi everybody,
> 
> I would like to port the Julia language to DragonflyBSD.
> 
> Is there any step-by-step manual available for porting it?

Hi Sayed,

I would start with cloning the git repo and then following the general
build instructions and those for FreeBSD:

	https://docs.julialang.org/en/v1/devdocs/build/build/
	https://docs.julialang.org/en/v1/devdocs/build/freebsd/

You first need all required build tools. Note, that GNUMake is called
"gmake" on BSD, so when you read "make" in the build instructions for
Linux, replace that with "gmake".

Another thing that might help is to do a "git grep FreeBSD" or "git grep
__FreeBSD__". Sometimes there might be conditional code, for which you'd
need to add a "#ifdef __DragonFly__" in addition.

Please keep us up-to-date with your progress and get back to us for
further help.

Regards,

  Michael



More information about the Users mailing list