Compare commits

..

No commits in common. '140a242948d3ba19227c9a2599eb2609613ce0c3' and '391677c850385d12ac16eb7628a7c485cd32633d' have entirely different histories.

@ -3,7 +3,7 @@ weight: 4
title: "Apuntes de Fotografía" title: "Apuntes de Fotografía"
date: 2022-04-24T23:36:44+0200 date: 2022-04-24T23:36:44+0200
draft: true draft: true
summary: "Mis apuntes de fotografía" summary: "Mis. apuntes de fotografía"
categories: categories:
- notes - notes
tags: tags:

@ -269,7 +269,6 @@ export CC=/usr/bin/gcc-11 && export CXX=/usr/bin/gcc-11
./autogen.sh ./autogen.sh
./configure --without-compress-install --with-json --with-tree-sitter \ ./configure --without-compress-install --with-json --with-tree-sitter \
--with-native-compilation=aot --with-rsvg \ --with-native-compilation=aot --with-rsvg \
--with-xwidgets --with-imagemagick \
--prefix=/opt/emacs-29 --prefix=/opt/emacs-29
# Opciones para investigar en el futuro: # Opciones para investigar en el futuro:
@ -295,5 +294,3 @@ sudo make install
Podemos hacer `git tag --list` para ver todas las versiones disponibles, y con `git checkout` nos cambiamos a la versión que nos interese para compilarla. Podemos hacer `git tag --list` para ver todas las versiones disponibles, y con `git checkout` nos cambiamos a la versión que nos interese para compilarla.
Tanto si hemos clonado una rama específica como todo el repo para actualizar las fuentes basta con `git pull`

Loading…
Cancel
Save