mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
Basic Nimble and Makefile import
This commit is contained in:
parent
8c8768fb5d
commit
d117e44147
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
all: wakunode start_network quicksim
|
||||||
|
|
||||||
|
start_network: waku/start_network.nim
|
||||||
|
nim c --threads:on -o:build/start_network waku/start_network.nim
|
||||||
|
|
||||||
|
quicksim: waku/quicksim.nim
|
||||||
|
nim c --threads:on -o:build/quicksim waku/quicksim.nim
|
||||||
|
|
||||||
|
wakunode: waku/wakunode.nim
|
||||||
|
nim c --threads:on -o:build/wakunode waku/wakunode.nim
|
||||||
11
nim-waku.nimble
Normal file
11
nim-waku.nimble
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "Status Research & Development GmbH"
|
||||||
|
description = "Waku, Private P2P Messaging for Resource-Rerestricted Devices"
|
||||||
|
license = "MIT"
|
||||||
|
srcDir = "src"
|
||||||
|
#bin = @["build/waku"]
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
requires "nim >= 1.2.0"
|
||||||
Loading…
x
Reference in New Issue
Block a user