I have just downloaded the Gramps 6.0xxx source code and would like to build from source.
I have also read both the INSTALL and Readme files, but since this my first try at building from source in a long while, I am having trouble making things work.
FWIW, this is on a ‘clean’ machine - no old versions of Gramps or anything else.
The INSTALL file tells me to run
python3 setup.py build
but it fails with “No such file or directory”
The only setup.py file in the directory tree is in ./aoi
@Nick-Hall I installed the build package on Ubuntu 24.04.3 using python -m pip install build and the master branch build succeeded. The I ran Gramps using the standard python ./Gramps.py but I am curious about this note in the PR:
Note: The default options will not generate local build files. They are created in a temporary directory from a source distribution install.
Since I plan to use this for development, I don’t plan to install it. Can I continue to run Gramps from the source directory, or has anything changed in the new build process?