Skip to content

Commit

Permalink
vm: more detailed build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed May 14, 2024
1 parent 15c0966 commit f1594b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vm/zstd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
#include "master.hpp"

// zstd.c is generated from github.com/facebook/zstd.git using
// $ cd build/single_file_libs
// $ cd zstd/build/single_file_libs
// $ python combine.py -r ../../lib -o zstd.c zstd-in.c
// $ cp zstd.c ../../../factor/vm/zstd.c

namespace lib { namespace zstd { extern "C" {
// update the following line if zstd.c is updated
Expand Down

0 comments on commit f1594b5

Please sign in to comment.