Forum > Windows (32/64)

Manual Lazarus build

(1/5) > >>

TRon:
I am attempting to build Lazarus (3.4) from scratch by source on and for windows 64-bit but no matter what I do I seem to run from issue to issue.

Is it even (officially) supported to build Lazarus on window 64-bit using the makefile ?

I am not interested in alternative methods of the build.

Thaddy:
To build Lazarus, use the LazBuild utility.
See https://wiki.freepascal.org/lazbuild
Essential build options are -B -r --build-ide
You probably need to set a couple of more options
Essentally fpcmake builds all dependencies first before it builds the ide itself.
(If you log the build order, you can use that order later to build lazarus through its make files manually if you feel like doing so )

TRon:
Hi Thaddy,
You are correct in that my question was imprecise.

I have slightly adjusted my initial question so that it becomes clear that I am building Lazarus from scratch.

paweld:

--- Code: Bash  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---@echo offset _LAZDIR=C:\lazarusset _PATH=%PATH%set PATH=%_LAZDIR%\fpc\3.2.3\bin\x86_64-win64;%PATH%echo -= Rebuild Lazarus =-cd %_LAZDIR%make -s cleanmake -s bigideset PATH=%_PATH%

Thaddy:
That works too, but I seem to remember that fpcmake is the recommend way.
I used to use a similar batchfile like yours.

Navigation

[0] Message Index

[#] Next page

Go to full version