Skip to content

Error in website's installtion (from source) instructions #37

@GuillaumeDua

Description

@GuillaumeDua

In https://xtdmake.readthedocs.io/en/latest/installation.html, see :

cd xtdmake-${tag}.tar.gz
mkdir .build
cd .build
cmake ..
sudo make install

Should be :

cd xtdmake-${tag}
mkdir .build
cd .build
cmake ..
sudo make install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions