Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://gitlab.liris.cnrs.fr/gdamiand/generic-query-modify
10 September 2025, 17:52:29 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    No releases to show
  • 1be240c
  • /
  • INSTALLATION.md
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:7976638fb7f366db8ab5f75be85ee9584550879f
origin badgedirectory badge
swh:1:dir:1be240cd70039826c3fd7d9f27d759f3c4e167b9
origin badgerevision badge
swh:1:rev:69edcd4963d23dcc3e17de17c68ec456e12f1f42
origin badgesnapshot badge
swh:1:snp:30e8590692ffa54a9d742d75d342145e775094f9

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 69edcd4963d23dcc3e17de17c68ec456e12f1f42 authored by Guillaume Damiand on 21 July 2025, 07:58:39 UTC
script
Tip revision: 69edcd4
INSTALLATION.md


# Installation instructions for Ubuntu 24.04

  1. Install packages

     * ```sudo apt-get update```
     * ```sudo apt-get install g++ cmake git cmake-extras```
     * ```sudo apt-get install libqt6opengl6t64 libqt6openglwidgets6t64 libqt6svg6 libqt6widgets6t64 libqt6xml6t64 qt6-base-dev qt6-svg-dev```
     * ```sudo apt-get install libboost-dev libboost-program-options-dev```
     * ```sudo apt-get install libgmp-dev libmpfr-dev zlib1g-dev libeigen3-dev```

  2. Download code

     * ```cd```
     * ```git clone https://github.com/CGAL/cgal.git```
     * ```cd cgal```
     * ```git checkout b0e2e44894e5615e30dd53e2b9556970e061f781``` *# CGAL master version on july 17th 2025*
     * ```cd ..```
     * ```git clone https://gitlab.liris.cnrs.fr/gdamiand/generic-query-modify```
     * ```cd generic-query-modify```

  3. Compile the three programs ```tet2hex```,  ```query_replace_multiple_cells``` and ```generate-terrain```

     * ```mkdir builds```
     * ```cd builds```
     * ```mkdir release```
     * ```cd release```
     * ```cmake -DCMAKE_BUILD_TYPE=Release -DCGAL_DIR=../../../cgal/ ../../```
     * ```make```

  4. Then follow [RUN.md](RUN.md) for running instructions allowing to reproduce some results of the paper.

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API