mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-24 21:08:38 +00:00
Basic Nimble and Makefile import
This commit is contained in:
parent
2f290d95d6
commit
39cafde372
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