|
|
|
@ -8,10 +8,10 @@ Puede aprender a grandes razgos sobre el diseño de LLARP [aquí](docs/high-leve
|
|
|
|
|
|
|
|
|
|
Y puede leer las especificaciones del protocolo [aquí](docs/proto_v0.txt) , documento técnico en idioma ingles.
|
|
|
|
|
|
|
|
|
|
Puede ver la documentación, en ingles, de como empezar [aqui](https://loki-project.github.io/loki-docs/Lokinet/LokinetOverview/) .
|
|
|
|
|
Puede ver la documentación, en ingles, de como empezar [aqui](https://oxen-io.github.io/loki-docs/Lokinet/LokinetOverview/) .
|
|
|
|
|
|
|
|
|
|
[](https://ci.oxen.rocks/oxen-io/lokinet)
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Uso
|
|
|
|
|
|
|
|
|
@ -80,8 +80,8 @@ Requerimientos de compilación:
|
|
|
|
|
compilando:
|
|
|
|
|
|
|
|
|
|
$ sudo apt install build-essential cmake git libcap-dev curl libuv1-dev libsodium-dev pkg-config
|
|
|
|
|
$ git clone --recursive https://github.com/loki-project/loki-network
|
|
|
|
|
$ cd loki-network
|
|
|
|
|
$ git clone --recursive https://github.com/oxen-io/lokinet
|
|
|
|
|
$ cd lokinet
|
|
|
|
|
$ mkdir build
|
|
|
|
|
$ cd build
|
|
|
|
|
$ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON
|
|
|
|
@ -103,8 +103,8 @@ esto coloca el paquete compilado en `../`
|
|
|
|
|
compilando:
|
|
|
|
|
este seguro que usted tiene cmake, libuv y las herramientas de terminal de xcode ya instaladas
|
|
|
|
|
|
|
|
|
|
$ git clone --recursive https://github.com/loki-project/loki-network
|
|
|
|
|
$ cd loki-network
|
|
|
|
|
$ git clone --recursive https://github.com/oxen-io/lokinet
|
|
|
|
|
$ cd lokinet
|
|
|
|
|
$ mkdir build
|
|
|
|
|
$ cd build
|
|
|
|
|
$ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON
|
|
|
|
@ -119,8 +119,8 @@ instalando:
|
|
|
|
|
compilar (donde `$ARCH` es su plataforma - `i686` or `x86_64`):
|
|
|
|
|
|
|
|
|
|
$ pacman -Sy base-devel mingw-w64-$ARCH-toolchain git libtool autoconf mingw-w64-$ARCH-cmake
|
|
|
|
|
$ git clone https://github.com/loki-project/loki-network.git
|
|
|
|
|
$ cd loki-network
|
|
|
|
|
$ git clone https://github.com/oxen-io/lokinet.git
|
|
|
|
|
$ cd lokinet
|
|
|
|
|
$ mkdir -p build; cd build
|
|
|
|
|
$ cmake .. -DCMAKE_BUILD_TYPE=[Debug|Release] -DSTATIC_LINK_RUNTIME=ON -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -G 'Unix Makefiles'
|
|
|
|
|
|
|
|
|
@ -149,8 +149,8 @@ compilando:
|
|
|
|
|
$ sudo pkg install build-essential gcc8 wget tuntap cmake (opcional: ninja ccache - de los extra de omnios) (OmniOS CE)
|
|
|
|
|
$ sudo pkg install base-developer-utilities developer-gnu developer-studio-utilities gcc-7 wget cmake (Solaris de Oracle, ver notas)
|
|
|
|
|
$ sudo pkg install build-essential wget gcc-8 documentation/tuntap header-tun tun (opcional: ninja ccache) (todos los demas SunOS)
|
|
|
|
|
$ git clone https://github.com/loki-project/loki-network
|
|
|
|
|
$ cd loki-network
|
|
|
|
|
$ git clone https://github.com/oxen-io/lokinet
|
|
|
|
|
$ cd lokinet
|
|
|
|
|
$ gmake -j8
|
|
|
|
|
|
|
|
|
|
instalando:
|
|
|
|
@ -167,8 +167,8 @@ PENDIENTE: agregar instrucciones para pkgsrc
|
|
|
|
|
compilando:
|
|
|
|
|
|
|
|
|
|
# pkg_add curl cmake git (opcional: ninja ccache)
|
|
|
|
|
$ git clone --recursive https://github.com/loki-project/loki-network
|
|
|
|
|
$ cd loki-network
|
|
|
|
|
$ git clone --recursive https://github.com/oxen-io/lokinet
|
|
|
|
|
$ cd lokinet
|
|
|
|
|
$ mkdir build
|
|
|
|
|
$ cd build
|
|
|
|
|
$ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON
|
|
|
|
@ -183,8 +183,8 @@ instalando (root):
|
|
|
|
|
compilando:
|
|
|
|
|
|
|
|
|
|
$ pkg install cmake git curl libuv-1.27.0 libsodium
|
|
|
|
|
$ git clone --recursive https://github.com/loki-project/loki-network
|
|
|
|
|
$ cd loki-network
|
|
|
|
|
$ git clone --recursive https://github.com/oxen-io/lokinet
|
|
|
|
|
$ cd lokinet
|
|
|
|
|
$ mkdir build
|
|
|
|
|
$ cd build
|
|
|
|
|
$ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON
|
|
|
|
|