|
From: Patrick C. <pat...@gm...> - 2025-08-23 14:28:21
|
Are we backporting the OSG change to the library name to 2024.1? -Pat On Thu, Aug 21, 2025 at 11:52 AM bo23--- via Flightgear-devel < fli...@li...> wrote: > On 2025-08-21 09:56 +0200, Florent Rougon via Flightgear-devel wrote: > > Compilation and running of FG 2024.1 work for me with: > > > > download_and_compile.sh --cleanup > > download_and_compile.sh -s -pn -rn -cn > > git -C openscenegraph apply \ > > > /tmp/2025-08-20_CMake_minimum_version_to_3.20_-_from_next_to_release_2024-build.patch > > download_and_compile.sh -s -pn -dn -j$(nproc) -GNinja > > > > The purpose of the second command is to update all repositories before > > applying the patch (d&c can stash uncommitted stuff and reapply it after > > updating, however I prefer using -dn when working with local changes). > > Thanks again! I usually run the first round with -dy and on subsequent > builds I disable downloading with -dn. Yours is a very nice approach. > > > _______________________________________________ > Flightgear-devel mailing list > Fli...@li... > https://lists.sourceforge.net/lists/listinfo/flightgear-devel > |